diff options
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.h')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index 2f87b25a908a..b5bfc1a78b1a 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h | |||
@@ -9,6 +9,7 @@ | |||
9 | 9 | ||
10 | /* For NOMADIK_NR_GPIO */ | 10 | /* For NOMADIK_NR_GPIO */ |
11 | #include <mach/irqs.h> | 11 | #include <mach/irqs.h> |
12 | #include <linux/amba/mmci.h> | ||
12 | 13 | ||
13 | /* Snowball specific GPIO assignments, this board has no GPIO expander */ | 14 | /* Snowball specific GPIO assignments, this board has no GPIO expander */ |
14 | #define SNOWBALL_ACCEL_INT1_GPIO 163 | 15 | #define SNOWBALL_ACCEL_INT1_GPIO 163 |
@@ -78,6 +79,8 @@ | |||
78 | 79 | ||
79 | struct device; | 80 | struct device; |
80 | struct i2c_board_info; | 81 | struct i2c_board_info; |
82 | extern struct mmci_platform_data mop500_sdi0_data; | ||
83 | extern struct mmci_platform_data mop500_sdi4_data; | ||
81 | 84 | ||
82 | extern void mop500_sdi_init(struct device *parent); | 85 | extern void mop500_sdi_init(struct device *parent); |
83 | extern void snowball_sdi_init(struct device *parent); | 86 | extern void snowball_sdi_init(struct device *parent); |