diff options
Diffstat (limited to 'arch/arm/mach-tegra/board-seaboard.c')
-rw-r--r-- | arch/arm/mach-tegra/board-seaboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c index a8d7ace9f958..783de172c0eb 100644 --- a/arch/arm/mach-tegra/board-seaboard.c +++ b/arch/arm/mach-tegra/board-seaboard.c | |||
@@ -137,9 +137,9 @@ static struct tegra_sdhci_platform_data sdhci_pdata4 = { | |||
137 | static struct platform_device *seaboard_devices[] __initdata = { | 137 | static struct platform_device *seaboard_devices[] __initdata = { |
138 | &debug_uart, | 138 | &debug_uart, |
139 | &tegra_pmu_device, | 139 | &tegra_pmu_device, |
140 | &tegra_sdhci_device1, | ||
141 | &tegra_sdhci_device3, | ||
142 | &tegra_sdhci_device4, | 140 | &tegra_sdhci_device4, |
141 | &tegra_sdhci_device3, | ||
142 | &tegra_sdhci_device1, | ||
143 | &seaboard_gpio_keys_device, | 143 | &seaboard_gpio_keys_device, |
144 | }; | 144 | }; |
145 | 145 | ||