summaryrefslogtreecommitdiffstats
path: root/drivers/memstick/core/mspro_block.c
diff options
context:
space:
mode:
authorPaul Gortmaker2011-07-03 21:12:37 +0200
committerPaul Gortmaker2011-11-01 00:31:52 +0100
commitc47e789328719073cdddf1623e970c7dc1c581a8 (patch)
tree5ae51b02325b2ad259becdfde00b2c45ded11fef /drivers/memstick/core/mspro_block.c
parentdrivers/media: Add module.h to all files using it implicitly (diff)
downloadkernel-qcow2-linux-c47e789328719073cdddf1623e970c7dc1c581a8.tar.gz
kernel-qcow2-linux-c47e789328719073cdddf1623e970c7dc1c581a8.tar.xz
kernel-qcow2-linux-c47e789328719073cdddf1623e970c7dc1c581a8.zip
drivers/memstick: Add module.h to the prev. implicit modular users
This is another group of drivers that simply assumed that module.h was everywhere. But it won't be once we clean up its presence from device.h Call out the real users of it in advance. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/memstick/core/mspro_block.c')
-rw-r--r--drivers/memstick/core/mspro_block.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/memstick/core/mspro_block.c b/drivers/memstick/core/mspro_block.c
index 4a1909a32b60..9729b92fbfdd 100644
--- a/drivers/memstick/core/mspro_block.c
+++ b/drivers/memstick/core/mspro_block.c
@@ -20,6 +20,7 @@
#include <linux/slab.h>
#include <linux/mutex.h>
#include <linux/memstick.h>
+#include <linux/module.h>
#define DRIVER_NAME "mspro_block"