diff options
Diffstat (limited to 'drivers/mmc')
| -rw-r--r-- | drivers/mmc/at91_mci.c | 1 | ||||
| -rw-r--r-- | drivers/mmc/au1xmmc.c | 1 | ||||
| -rw-r--r-- | drivers/mmc/imxmmc.c | 1 | ||||
| -rw-r--r-- | drivers/mmc/mmc.c | 1 | ||||
| -rw-r--r-- | drivers/mmc/mmci.c | 1 | ||||
| -rw-r--r-- | drivers/mmc/omap.c | 1 | ||||
| -rw-r--r-- | drivers/mmc/pxamci.c | 1 | ||||
| -rw-r--r-- | drivers/mmc/wbsd.c | 1 | 
8 files changed, 0 insertions, 8 deletions
diff --git a/drivers/mmc/at91_mci.c b/drivers/mmc/at91_mci.c index 3228516b7d1..075a2a07924 100644 --- a/drivers/mmc/at91_mci.c +++ b/drivers/mmc/at91_mci.c @@ -53,7 +53,6 @@       Gets the status of the write protect pin, if available.  */ -#include <linux/config.h>  #include <linux/module.h>  #include <linux/moduleparam.h>  #include <linux/init.h> diff --git a/drivers/mmc/au1xmmc.c b/drivers/mmc/au1xmmc.c index 5dc4bee7abe..41069908f4a 100644 --- a/drivers/mmc/au1xmmc.c +++ b/drivers/mmc/au1xmmc.c @@ -34,7 +34,6 @@   * So we use the timer to check the status manually.   */ -#include <linux/config.h>  #include <linux/module.h>  #include <linux/init.h>  #include <linux/platform_device.h> diff --git a/drivers/mmc/imxmmc.c b/drivers/mmc/imxmmc.c index 5c62f4e6ad0..7ca9e95bdf8 100644 --- a/drivers/mmc/imxmmc.c +++ b/drivers/mmc/imxmmc.c @@ -25,7 +25,6 @@   *             deficiencies   *   */ -#include <linux/config.h>  #ifdef CONFIG_MMC_DEBUG  #define DEBUG diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c index 6201f3086a0..247ff2f23ac 100644 --- a/drivers/mmc/mmc.c +++ b/drivers/mmc/mmc.c @@ -9,7 +9,6 @@   * it under the terms of the GNU General Public License version 2 as   * published by the Free Software Foundation.   */ -#include <linux/config.h>  #include <linux/module.h>  #include <linux/init.h>  #include <linux/interrupt.h> diff --git a/drivers/mmc/mmci.c b/drivers/mmc/mmci.c index 8576a65ca1c..9dfb34a857e 100644 --- a/drivers/mmc/mmci.c +++ b/drivers/mmc/mmci.c @@ -7,7 +7,6 @@   * it under the terms of the GNU General Public License version 2 as   * published by the Free Software Foundation.   */ -#include <linux/config.h>  #include <linux/module.h>  #include <linux/moduleparam.h>  #include <linux/init.h> diff --git a/drivers/mmc/omap.c b/drivers/mmc/omap.c index c25244b3657..7a4840ec53b 100644 --- a/drivers/mmc/omap.c +++ b/drivers/mmc/omap.c @@ -11,7 +11,6 @@   * published by the Free Software Foundation.   */ -#include <linux/config.h>  #include <linux/module.h>  #include <linux/moduleparam.h>  #include <linux/init.h> diff --git a/drivers/mmc/pxamci.c b/drivers/mmc/pxamci.c index b49368fd96b..ef350908478 100644 --- a/drivers/mmc/pxamci.c +++ b/drivers/mmc/pxamci.c @@ -16,7 +16,6 @@   *	1 and 3 byte data transfers not supported   *	max block length up to 1023   */ -#include <linux/config.h>  #include <linux/module.h>  #include <linux/init.h>  #include <linux/ioport.h> diff --git a/drivers/mmc/wbsd.c b/drivers/mmc/wbsd.c index 8167332d401..3fcd86c08eb 100644 --- a/drivers/mmc/wbsd.c +++ b/drivers/mmc/wbsd.c @@ -21,7 +21,6 @@   * - On APIC systems the FIFO empty interrupt is sometimes lost.   */ -#include <linux/config.h>  #include <linux/module.h>  #include <linux/moduleparam.h>  #include <linux/init.h>  |