OSDN Git Service

staging: Remove <linux/moduleparam.h> header.
authorNavya Sri Nizamkari <navyasri.tech@gmail.com>
Sun, 1 Mar 2015 19:10:18 +0000 (00:40 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 01:09:52 +0000 (17:09 -0800)
commit0b5c85e0f4f5687a6868e743cb51de3897ab96c0
tree385b75f9c939d47fdc9e9bf31a34583532a4f751
parente2602b2eae6dcd3215eceaeeef0d368310b7cc15
staging: Remove <linux/moduleparam.h> header.

This patch drops #include <linux/moduleparam.h> in all the staging
driver files that also include #include <linux/module.h> as
module.h includes moduleparam.h already.

The following semantic patch is used to make these changes:

@ includesmodule @
@@
@ depends on includesmodule @
@@
- #include <linux/moduleparam.h>

Signed-off-by: Navya Sri Nizamkari <navyasri.tech@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gs_fpgaboot/gs_fpgaboot.c
drivers/staging/iio/iio_simple_dummy.c
drivers/staging/media/cxd2099/cxd2099.c
drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
drivers/staging/slicoss/slicoss.c
drivers/staging/vme/devices/vme_pio2_core.c
drivers/staging/vme/devices/vme_pio2_gpio.c
drivers/staging/wlan-ng/prism2sta.c