From 0565edab901bbdbfbf98d0ae90bff384943884e5 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 9 Jun 2010 13:22:37 +0200 Subject: [PATCH] --- yaml --- r: 204531 b: refs/heads/master c: 8b284dbc22001a958e64a30a10aa5f274cf6f33d h: refs/heads/master i: 204529: a37fa3851c206044866fcd38279fb951be660557 204527: 2f06b950787d19c685d9d964518bf1f8cca5cb93 v: v3 --- [refs] | 2 +- trunk/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/[refs] b/[refs] index ec9c95072423..15005f2e1f34 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3f441ee1cc150623aa64ddb1333d57eca78fdac2 +refs/heads/master: 8b284dbc22001a958e64a30a10aa5f274cf6f33d diff --git a/trunk/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c b/trunk/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c index 11769b55438c..c841f083a7f5 100644 --- a/trunk/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c +++ b/trunk/arch/mips/pmc-sierra/msp71xx/msp_hwbutton.c @@ -32,9 +32,6 @@ #include #include #include -#ifdef CONFIG_PMCTWILED -#include -#endif /* For hwbutton_interrupt->initial_state */ #define HWBUTTON_HI 0x1 @@ -82,10 +79,6 @@ static void standby_on(void *data) printk(KERN_WARNING "STANDBY switch was set to ON (not implemented)\n"); /* TODO: Put board in standby mode */ -#ifdef CONFIG_PMCTWILED - msp_led_turn_off(MSP_LED_PWRSTANDBY_GREEN); - msp_led_turn_on(MSP_LED_PWRSTANDBY_RED); -#endif } static void standby_off(void *data) @@ -94,10 +87,6 @@ static void standby_off(void *data) "STANDBY switch was set to OFF (not implemented)\n"); /* TODO: Take out of standby mode */ -#ifdef CONFIG_PMCTWILED - msp_led_turn_on(MSP_LED_PWRSTANDBY_GREEN); - msp_led_turn_off(MSP_LED_PWRSTANDBY_RED); -#endif } static struct hwbutton_interrupt softreset_sw = {