diff options
author | zhong jiang | 2018-09-18 16:59:34 +0800 |
---|---|---|
committer | Greg Kroah-Hartman | 2018-09-25 20:21:02 +0200 |
commit | 7052c5e12851ed5882ca0d0d201060511e8ffa02 (patch) | |
tree | 8bd7a7d4f152a80680d8ab85e9581b07abf48177 /drivers/misc/mei | |
parent | fa0218ef733e6f247a1a3986e3eb12460064ac77 (diff) |
misc: remove redundant include moduleparam.h
module.h already contains moduleparam.h, so it is safe to remove
the redundant include.
The issue is detected with the help of Coccinelle.
Signed-off-by: zhong jiang <zhongjiang@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei')
-rw-r--r-- | drivers/misc/mei/bus-fixup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/mei/bus-fixup.c b/drivers/misc/mei/bus-fixup.c index a6f41f96f2a1..80215c312f0e 100644 --- a/drivers/misc/mei/bus-fixup.c +++ b/drivers/misc/mei/bus-fixup.c @@ -17,7 +17,6 @@ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/module.h> -#include <linux/moduleparam.h> #include <linux/device.h> #include <linux/slab.h> #include <linux/uuid.h> |