diff options
-rw-r--r-- | arch/arm/mach-tegra/board-paz00.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c index e4dec9fcb084..9c6029ba526f 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c | |||
@@ -23,9 +23,7 @@ | |||
23 | #include "board.h" | 23 | #include "board.h" |
24 | 24 | ||
25 | static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = { | 25 | static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = { |
26 | .name = "wifi_rfkill", | 26 | .name = "wifi_rfkill", |
27 | .reset_gpio = 25, /* PD1 */ | ||
28 | .shutdown_gpio = 85, /* PK5 */ | ||
29 | .type = RFKILL_TYPE_WLAN, | 27 | .type = RFKILL_TYPE_WLAN, |
30 | }; | 28 | }; |
31 | 29 | ||