]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 10 Jul 2011 16:42:00 +0000 (12:42 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 25 Aug 2011 17:55:53 +0000 (13:55 -0400)
These two basic defines were everywhere, simply because module.h
was also everywhere.   But we are cleaning up the latter.  So make
the exporters actually call out their need for the include.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/mmc/core/bus.c
drivers/mmc/core/debugfs.c
drivers/mmc/core/host.c
drivers/mmc/core/mmc_ops.c
drivers/mmc/core/quirks.c
drivers/mmc/core/sd_ops.c
drivers/mmc/core/sdio_bus.c
drivers/mmc/core/sdio_io.c
drivers/mmc/core/sdio_irq.c

index 393d817ed04076dca934511f4522b698776073ae..7fcb16e17c52673a21ae0047247818728a999d9f 100644 (file)
@@ -11,6 +11,7 @@
  *  MMC card bus driver model
  */
 
+#include <linux/export.h>
 #include <linux/device.h>
 #include <linux/err.h>
 #include <linux/slab.h>
index 998797ed67a6d0f49802985c31d70b8f4cef0be8..f57375393127e32581439ce9cc0b355c82d5ca29 100644 (file)
@@ -9,6 +9,7 @@
  */
 #include <linux/debugfs.h>
 #include <linux/fs.h>
+#include <linux/export.h>
 #include <linux/seq_file.h>
 #include <linux/slab.h>
 #include <linux/stat.h>
index b29d3e8fd3a2ad713525c4be82c9b2f9699910ec..96db51461af330f1c4c9421e1ed88615ccf78c7c 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/err.h>
 #include <linux/idr.h>
 #include <linux/pagemap.h>
+#include <linux/export.h>
 #include <linux/leds.h>
 #include <linux/slab.h>
 #include <linux/suspend.h>
index 770c3d06f5dcd1a01814065464d7c20a6f7d051f..de86288c78ef79baad1fd9c9536b85fd28dfc2e6 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <linux/slab.h>
+#include <linux/export.h>
 #include <linux/types.h>
 #include <linux/scatterlist.h>
 
index 3a596217029e1e94fbd9797f2d324fa5dde03472..bd00fd58f72c7bd262596e861e77e1234115e3cd 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/types.h>
 #include <linux/kernel.h>
+#include <linux/export.h>
 #include <linux/mmc/card.h>
 
 #ifndef SDIO_VENDOR_ID_TI
index 021fed153804cf0c9d3ad20598895ae093b36e5d..221e9510973036243ed3c66096dc1a388cdbc334 100644 (file)
@@ -11,6 +11,7 @@
 
 #include <linux/slab.h>
 #include <linux/types.h>
+#include <linux/export.h>
 #include <linux/scatterlist.h>
 
 #include <linux/mmc/host.h>
index e4e6822d09e3d4501ac433bebdb4d33613ba2187..346dd815178642f1359d65c5dc730a4087e6b4f8 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <linux/device.h>
 #include <linux/err.h>
+#include <linux/export.h>
 #include <linux/slab.h>
 #include <linux/pm_runtime.h>
 
index 0f687cdeb064ac917d778a35f9bc5c756f1da89e..b1f3168f791b5fcbabe144faf9c6f23243957c5d 100644 (file)
@@ -9,6 +9,7 @@
  * your option) any later version.
  */
 
+#include <linux/export.h>
 #include <linux/mmc/host.h>
 #include <linux/mmc/card.h>
 #include <linux/mmc/sdio.h>
index 03ead028d2ce147ac9a33387814b040ec1e91e53..841dadd8ad2fccda5b123b95fa17c9e8f604d9c6 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/kthread.h>
+#include <linux/export.h>
 #include <linux/wait.h>
 #include <linux/delay.h>