linux-stable/drivers/staging/vme/devices
Navya Sri Nizamkari 0b5c85e0f4 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>
2015-03-01 17:09:52 -08:00
..
Kconfig staging: vme: devices: Added a paragraph to describe Kconfig symbol 2014-10-20 10:29:18 +08:00
Makefile
vme_pio2.h
vme_pio2_cntr.c
vme_pio2_core.c staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
vme_pio2_gpio.c staging: Remove <linux/moduleparam.h> header. 2015-03-01 17:09:52 -08:00
vme_user.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 2014-10-13 11:28:42 +02:00
vme_user.h vme_user: Use __u64 and __u32 in userspace structs 2013-12-18 16:20:13 -08:00