misc: remove redundant include moduleparam.h
authorzhong jiang <zhongjiang@huawei.com>
Tue, 18 Sep 2018 08:59:34 +0000 (16:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:21:02 +0000 (20:21 +0200)
commit7052c5e12851ed5882ca0d0d201060511e8ffa02
tree8bd7a7d4f152a80680d8ab85e9581b07abf48177
parentfa0218ef733e6f247a1a3986e3eb12460064ac77
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>
drivers/misc/mei/bus-fixup.c
drivers/misc/vmw_vmci/vmci_host.c