diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-10-29 17:12:23 -0400 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2012-11-06 07:29:33 -0500 |
commit | bcd2360c1ff9fff69eb45bedc5fba7240c6da875 (patch) | |
tree | 230db16d269d8baad9f2cae5b823cefaf9bbd396 /drivers/mmc | |
parent | 2484575268e22f10395a9975c023301b23cdea6e (diff) |
arm: at91: move platfarm_data to include/linux/platform_data/atmel.h
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/host/atmel-mci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/host/atmel-mci.c b/drivers/mmc/host/atmel-mci.c index ddf096e3803f..868998925826 100644 --- a/drivers/mmc/host/atmel-mci.c +++ b/drivers/mmc/host/atmel-mci.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
29 | #include <linux/stat.h> | 29 | #include <linux/stat.h> |
30 | #include <linux/types.h> | 30 | #include <linux/types.h> |
31 | #include <linux/platform_data/atmel.h> | ||
31 | 32 | ||
32 | #include <linux/mmc/host.h> | 33 | #include <linux/mmc/host.h> |
33 | #include <linux/mmc/sdio.h> | 34 | #include <linux/mmc/sdio.h> |
@@ -40,7 +41,6 @@ | |||
40 | #include <asm/unaligned.h> | 41 | #include <asm/unaligned.h> |
41 | 42 | ||
42 | #include <mach/cpu.h> | 43 | #include <mach/cpu.h> |
43 | #include <mach/board.h> | ||
44 | 44 | ||
45 | #include "atmel-mci-regs.h" | 45 | #include "atmel-mci-regs.h" |
46 | 46 | ||