diff options
author | Bryan Wu <bryan.wu@canonical.com> | 2012-03-14 01:25:26 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@canonical.com> | 2012-08-01 11:22:05 +0800 |
commit | ae5362d2c26c031fdb35ebd9c768eea62f38f25a (patch) | |
tree | 85927079be1084dfde911d306e5bce096fbecc8a /arch/arm/mach-ks8695/include | |
parent | e031cd513ec2ff661465dc1198220075719e72d1 (diff) | |
download | linux-ae5362d2c26c031fdb35ebd9c768eea62f38f25a.tar.bz2 |
ARM: mach-ks8695: remove leds driver, since nobody use it
Signed-off-by: Bryan Wu <bryan.wu@canonical.com>
Acked-by: Andrew Victor <linux@maxim.org.za>
Diffstat (limited to 'arch/arm/mach-ks8695/include')
-rw-r--r-- | arch/arm/mach-ks8695/include/mach/devices.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-ks8695/include/mach/devices.h b/arch/arm/mach-ks8695/include/mach/devices.h index 85a3c9aa7d13..1e6594a0f297 100644 --- a/arch/arm/mach-ks8695/include/mach/devices.h +++ b/arch/arm/mach-ks8695/include/mach/devices.h @@ -18,11 +18,6 @@ extern void __init ks8695_add_device_wan(void); extern void __init ks8695_add_device_lan(void); extern void __init ks8695_add_device_hpna(void); - /* LEDs */ -extern short ks8695_leds_cpu; -extern short ks8695_leds_timer; -extern void __init ks8695_init_leds(u8 cpu_led, u8 timer_led); - /* PCI */ #define KS8695_MODE_PCI 0 #define KS8695_MODE_MINIPCI 1 |