diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-09-05 01:57:19 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-09-05 01:57:19 -0400 |
commit | e6c340171f0daaccc95b90abbeed2b837157ee11 (patch) | |
tree | 843d4035be59bd791321910e52157ce527b3b4b3 /arch/arm/mach-tegra/board-paz00.c | |
parent | a85442ade272121927a56e02f7dfde1127482df2 (diff) | |
parent | 4cbe5a555fa58a79b6ecbb6c531b8bab0650778d (diff) |
Merge tag 'v3.6-rc4' into next
Linux 3.6-rc4
# gpg: Signature made Sat 01 Sep 2012 10:40:33 AM PDT using RSA key ID 00411886
# gpg: Good signature from "Linus Torvalds <torvalds@linux-foundation.org>"
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.c')
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index bbc1907e98a6..4b64af5cab27 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c | |||
@@ -148,7 +148,6 @@ static struct platform_device *paz00_devices[] __initdata = { | |||
148 | &debug_uart, | 148 | &debug_uart, |
149 | &tegra_sdhci_device4, | 149 | &tegra_sdhci_device4, |
150 | &tegra_sdhci_device1, | 150 | &tegra_sdhci_device1, |
151 | &wifi_rfkill_device, | ||
152 | &leds_gpio, | 151 | &leds_gpio, |
153 | &gpio_keys_device, | 152 | &gpio_keys_device, |
154 | }; | 153 | }; |
@@ -201,6 +200,11 @@ static struct tegra_sdhci_platform_data sdhci_pdata4 = { | |||
201 | .is_8bit = 1, | 200 | .is_8bit = 1, |
202 | }; | 201 | }; |
203 | 202 | ||
203 | void __init tegra_paz00_wifikill_init(void) | ||
204 | { | ||
205 | platform_device_register(&wifi_rfkill_device); | ||
206 | } | ||
207 | |||
204 | static void __init tegra_paz00_init(void) | 208 | static void __init tegra_paz00_init(void) |
205 | { | 209 | { |
206 | tegra_clk_init_from_table(paz00_clk_init_table); | 210 | tegra_clk_init_from_table(paz00_clk_init_table); |
@@ -211,6 +215,7 @@ static void __init tegra_paz00_init(void) | |||
211 | tegra_sdhci_device4.dev.platform_data = &sdhci_pdata4; | 215 | tegra_sdhci_device4.dev.platform_data = &sdhci_pdata4; |
212 | 216 | ||
213 | platform_add_devices(paz00_devices, ARRAY_SIZE(paz00_devices)); | 217 | platform_add_devices(paz00_devices, ARRAY_SIZE(paz00_devices)); |
218 | tegra_paz00_wifikill_init(); | ||
214 | 219 | ||
215 | paz00_i2c_init(); | 220 | paz00_i2c_init(); |
216 | paz00_usb_init(); | 221 | paz00_usb_init(); |