diff options
author | Bryan Wu <bryan.wu@canonical.com> | 2012-03-13 21:31:30 +0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-08-01 07:22:05 +0400 |
commit | 408a4b2e0f8e2cb674560044006b08cefd52cece (patch) | |
tree | 983fbb23425b740acf50305360bb666d14cf6f51 /arch/arm/mach-shark/core.c | |
parent | ae5362d2c26c031fdb35ebd9c768eea62f38f25a (diff) | |
download | linux-408a4b2e0f8e2cb674560044006b08cefd52cece.tar.xz |
ARM: mach-shark: retire custom LED code
The CPU activity LED is now handled by the trigger in the leds
subsystem, retire this old CONFIG_LEDS-based code.
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Diffstat (limited to 'arch/arm/mach-shark/core.c')
-rw-r--r-- | arch/arm/mach-shark/core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shark/core.c b/arch/arm/mach-shark/core.c index 2704bcd869cd..c709979ee751 100644 --- a/arch/arm/mach-shark/core.c +++ b/arch/arm/mach-shark/core.c @@ -13,7 +13,6 @@ #include <asm/setup.h> #include <asm/mach-types.h> -#include <asm/leds.h> #include <asm/param.h> #include <asm/system_misc.h> |