Re: [PATCH] caif: Remove unneeded header file

From: David Miller
Date: Tue Jun 28 2016 - 05:27:01 EST


From: Amitoj Kaur Chawla <amitoj1606@xxxxxxxxx>
Date: Fri, 24 Jun 2016 11:53:54 +0530

> Drop redundant include of moduleparam.h
>
> The Coccinelle semantic patch used to make this change is as follows:
> @ includesmodule @
> @@
>
> #include <linux/module.h>
>
> @ depends on includesmodule @
> @@
>
> - #include <linux/moduleparam.h>
>
> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@xxxxxxxxx>

Applied, thanks.