diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpio/gpio-samsung.c | 3 | ||||
-rw-r--r-- | drivers/mmc/host/s3cmci.c | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-samsung.c b/drivers/gpio/gpio-samsung.c index 76e02b9460e6..268214c57799 100644 --- a/drivers/gpio/gpio-samsung.c +++ b/drivers/gpio/gpio-samsung.c | |||
@@ -27,6 +27,9 @@ | |||
27 | #include <linux/of.h> | 27 | #include <linux/of.h> |
28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
29 | #include <linux/of_address.h> | 29 | #include <linux/of_address.h> |
30 | #ifdef CONFIG_ARCH_S3C24XX | ||
31 | #include <linux/platform_data/gpio-samsung-s3c24xx.h> | ||
32 | #endif | ||
30 | 33 | ||
31 | #include <asm/irq.h> | 34 | #include <asm/irq.h> |
32 | 35 | ||
diff --git a/drivers/mmc/host/s3cmci.c b/drivers/mmc/host/s3cmci.c index 2fce5ea5eb39..11ba3cbb0951 100644 --- a/drivers/mmc/host/s3cmci.c +++ b/drivers/mmc/host/s3cmci.c | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <mach/dma.h> | 26 | #include <mach/dma.h> |
27 | 27 | ||
28 | #include <linux/platform_data/mmc-s3cmci.h> | 28 | #include <linux/platform_data/mmc-s3cmci.h> |
29 | #include <linux/platform_data/gpio-samsung-s3c24xx.h> | ||
29 | 30 | ||
30 | #include "s3cmci.h" | 31 | #include "s3cmci.h" |
31 | 32 | ||