From: Paul Gortmaker Date: Sun, 3 Jul 2011 19:12:37 +0000 (-0400) Subject: drivers/memstick: Add module.h to the prev. implicit modular users X-Git-Tag: next-20110812~2^2~62 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bbb6e721ea3f5230a9e6a8368ed0d6d306352294;p=karo-tx-linux.git 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 --- diff --git a/drivers/memstick/core/memstick.c b/drivers/memstick/core/memstick.c index 8c1d85e27be4..56ff19cdc2ad 100644 --- a/drivers/memstick/core/memstick.c +++ b/drivers/memstick/core/memstick.c @@ -17,6 +17,7 @@ #include #include #include +#include #define DRIVER_NAME "memstick" 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 #include #include +#include #define DRIVER_NAME "mspro_block" diff --git a/drivers/memstick/host/jmb38x_ms.c b/drivers/memstick/host/jmb38x_ms.c index d89d925caecf..6ce70e9615d3 100644 --- a/drivers/memstick/host/jmb38x_ms.c +++ b/drivers/memstick/host/jmb38x_ms.c @@ -17,6 +17,7 @@ #include #include #include +#include #define DRIVER_NAME "jmb38x_ms" diff --git a/drivers/memstick/host/tifm_ms.c b/drivers/memstick/host/tifm_ms.c index 03f71a431c82..b7aacf47703a 100644 --- a/drivers/memstick/host/tifm_ms.c +++ b/drivers/memstick/host/tifm_ms.c @@ -17,6 +17,7 @@ #include #include #include +#include #include #define DRIVER_NAME "tifm_ms"