On Fri, Jun 24, 2016 at 11:51:36AM +0530, Amitoj Kaur Chawla wrote: > 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 <[email protected]> > ---
Acked-by: Charles Keepax <[email protected]> Thanks, Charles

