Commit c47e7893 authored by Paul Gortmaker's avatar Paul Gortmaker

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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 7a707b89
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <linux/fs.h> #include <linux/fs.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/module.h>
#define DRIVER_NAME "memstick" #define DRIVER_NAME "memstick"
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/memstick.h> #include <linux/memstick.h>
#include <linux/module.h>
#define DRIVER_NAME "mspro_block" #define DRIVER_NAME "mspro_block"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <linux/highmem.h> #include <linux/highmem.h>
#include <linux/memstick.h> #include <linux/memstick.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/module.h>
#define DRIVER_NAME "jmb38x_ms" #define DRIVER_NAME "jmb38x_ms"
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <linux/highmem.h> #include <linux/highmem.h>
#include <linux/scatterlist.h> #include <linux/scatterlist.h>
#include <linux/log2.h> #include <linux/log2.h>
#include <linux/module.h>
#include <asm/io.h> #include <asm/io.h>
#define DRIVER_NAME "tifm_ms" #define DRIVER_NAME "tifm_ms"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment