summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/devices/vme_pio2_gpio.c
diff options
context:
space:
mode:
authorNavya Sri Nizamkari2015-03-01 20:10:18 +0100
committerGreg Kroah-Hartman2015-03-02 02:09:52 +0100
commit0b5c85e0f4f5687a6868e743cb51de3897ab96c0 (patch)
tree385b75f9c939d47fdc9e9bf31a34583532a4f751 /drivers/staging/vme/devices/vme_pio2_gpio.c
parentstaging: media: Remove redundant memset. (diff)
downloadkernel-qcow2-linux-0b5c85e0f4f5687a6868e743cb51de3897ab96c0.tar.gz
kernel-qcow2-linux-0b5c85e0f4f5687a6868e743cb51de3897ab96c0.tar.xz
kernel-qcow2-linux-0b5c85e0f4f5687a6868e743cb51de3897ab96c0.zip
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>
Diffstat (limited to 'drivers/staging/vme/devices/vme_pio2_gpio.c')
-rw-r--r--drivers/staging/vme/devices/vme_pio2_gpio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/vme/devices/vme_pio2_gpio.c b/drivers/staging/vme/devices/vme_pio2_gpio.c
index da34d5529f51..77901b345a71 100644
--- a/drivers/staging/vme/devices/vme_pio2_gpio.c
+++ b/drivers/staging/vme/devices/vme_pio2_gpio.c
@@ -11,7 +11,6 @@
*/
#include <linux/module.h>
-#include <linux/moduleparam.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/errno.h>