diff options
Diffstat (limited to 'arch/arm/mach-sa1100/leds.c')
-rw-r--r-- | arch/arm/mach-sa1100/leds.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-sa1100/leds.c b/arch/arm/mach-sa1100/leds.c index 4cf7c565aaed..bbfe197fb4d6 100644 --- a/arch/arm/mach-sa1100/leds.c +++ b/arch/arm/mach-sa1100/leds.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * linux/arch/arm/mach-sa1100/leds.c | 2 | * linux/arch/arm/mach-sa1100/leds.c |
3 | * | 3 | * |
4 | * SA1100 LEDs dispatcher | 4 | * SA1100 LEDs dispatcher |
5 | * | 5 | * |
6 | * Copyright (C) 2001 Nicolas Pitre | 6 | * Copyright (C) 2001 Nicolas Pitre |
7 | */ | 7 | */ |
8 | #include <linux/compiler.h> | 8 | #include <linux/compiler.h> |
@@ -18,10 +18,10 @@ sa1100_leds_init(void) | |||
18 | { | 18 | { |
19 | if (machine_is_assabet()) | 19 | if (machine_is_assabet()) |
20 | leds_event = assabet_leds_event; | 20 | leds_event = assabet_leds_event; |
21 | if (machine_is_consus()) | 21 | if (machine_is_consus()) |
22 | leds_event = consus_leds_event; | 22 | leds_event = consus_leds_event; |
23 | if (machine_is_badge4()) | 23 | if (machine_is_badge4()) |
24 | leds_event = badge4_leds_event; | 24 | leds_event = badge4_leds_event; |
25 | if (machine_is_brutus()) | 25 | if (machine_is_brutus()) |
26 | leds_event = brutus_leds_event; | 26 | leds_event = brutus_leds_event; |
27 | if (machine_is_cerf()) | 27 | if (machine_is_cerf()) |