From: Heikki Krogerus Date: Tue, 1 Apr 2014 14:02:52 +0000 (+0300) Subject: ARM: tegra: remove obsolete gpio entries X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6243^2~11^2~7^2~141^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7bd494491be0a330df74bb7f79427f5604060585;p=linux-4.9.git 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 Reviewed-by: Marc Dietrich Acked-by: Stephen Warren Acked-by: Alexandre Courbot Signed-off-by: Johannes Berg --- 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 @@ #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, };