diff options
author | Heikki Krogerus <heikki.krogerus@linux.intel.com> | 2014-04-01 17:02:52 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-04-11 09:28:16 +0200 |
commit | 7bd494491be0a330df74bb7f79427f5604060585 (patch) | |
tree | 1ed778b8ea5d6e9ca115c1099689a6be883eec49 /arch/arm/mach-tegra | |
parent | cd6362befe4cc7bf589a5236d2a780af2d47bcc9 (diff) |
ARM: tegra: remove obsolete gpio entries
After moving to description based gpio interface in
rfkill-gpio, the gpio numbers are not used any more.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Marc Dietrich <marvin24@gmx.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Alexandre Courbot <acourbot@nvidia.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-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 e4dec9fcb08..9c6029ba526 100644 --- a/arch/arm/mach-tegra/board-paz00.c +++ b/arch/arm/mach-tegra/board-paz00.c @@ -23,9 +23,7 @@ #include "board.h" static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = { - .name = "wifi_rfkill", - .reset_gpio = 25, /* PD1 */ - .shutdown_gpio = 85, /* PK5 */ + .name = "wifi_rfkill", .type = RFKILL_TYPE_WLAN, }; |