Commit 7bd49449 authored by Heikki Krogerus's avatar Heikki Krogerus Committed by Johannes Berg

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: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: default avatarMarc Dietrich <marvin24@gmx.de>
Acked-by: default avatarStephen Warren <swarren@nvidia.com>
Acked-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent cd6362be
...@@ -23,9 +23,7 @@ ...@@ -23,9 +23,7 @@
#include "board.h" #include "board.h"
static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = { static struct rfkill_gpio_platform_data wifi_rfkill_platform_data = {
.name = "wifi_rfkill", .name = "wifi_rfkill",
.reset_gpio = 25, /* PD1 */
.shutdown_gpio = 85, /* PK5 */
.type = RFKILL_TYPE_WLAN, .type = RFKILL_TYPE_WLAN,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment