aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-01 15:50:37 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-01 15:50:37 +0000
commit69cef1be4d42928354f15a013b30f980acf6d832 (patch)
tree418d719aebccb18c6abf4e6af46faf1df597aecd /target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c
parent17b86ba3feb83510c8a20b5f0b1bec67f47aebd7 (diff)
downloadmaster-187ad058-69cef1be4d42928354f15a013b30f980acf6d832.tar.gz
master-187ad058-69cef1be4d42928354f15a013b30f980acf6d832.tar.bz2
master-187ad058-69cef1be4d42928354f15a013b30f980acf6d832.zip
ar71xx: remove unused OpenMesh MR6000 platform code
Signed-off-by: Marek Lindner <marek@open-mesh.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35426 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c
index b05df66764..f47aad3783 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-mr600.c
@@ -37,8 +37,6 @@
#define MR600_GPIO_LED_WLAN58 12
#define MR600_GPIO_LED_WPS 13
#define MR600_GPIO_LED_POWER 14
-#define MR600_GPIO_LED_WLAN24 15
-#define MR600_GPIO_LED_LAN 16
#define MR600_GPIO_BTN_RESET 17
@@ -61,20 +59,10 @@ static struct gpio_led mr600_leds_gpio[] __initdata = {
.active_low = 1,
},
{
- .name = "mr600:green:wlan24",
- .gpio = MR600_GPIO_LED_WLAN24,
- .active_low = 1,
- },
- {
.name = "mr600:green:wlan58",
.gpio = MR600_GPIO_LED_WLAN58,
.active_low = 1,
},
- {
- .name = "mr600:blue:lan",
- .gpio = MR600_GPIO_LED_LAN,
- .active_low = 1,
- },
};
static struct gpio_keys_button mr600_gpio_keys[] __initdata = {
@@ -93,9 +81,6 @@ static void __init mr600_setup(void)
u8 *art = (u8 *) KSEG1ADDR(0x1fff0000);
u8 mac[6];
- ath79_gpio_output_select(MR600_GPIO_LED_LAN, AR934X_GPIO_OUT_GPIO);
- ath79_gpio_output_select(MR600_GPIO_LED_WLAN24, AR934X_GPIO_OUT_GPIO);
-
ath79_register_m25p80(NULL);
ath79_register_leds_gpio(-1, ARRAY_SIZE(mr600_leds_gpio),