diff options
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index 45111f6a5ced..51d847f7fca9 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c | |||
@@ -114,8 +114,8 @@ static struct platform_device leds_gpio = { | |||
114 | 114 | ||
115 | static struct platform_device *paz00_devices[] __initdata = { | 115 | static struct platform_device *paz00_devices[] __initdata = { |
116 | &debug_uart, | 116 | &debug_uart, |
117 | &tegra_sdhci_device1, | ||
118 | &tegra_sdhci_device4, | 117 | &tegra_sdhci_device4, |
118 | &tegra_sdhci_device1, | ||
119 | &wifi_rfkill_device, | 119 | &wifi_rfkill_device, |
120 | &leds_gpio, | 120 | &leds_gpio, |
121 | }; | 121 | }; |