diff options
Diffstat (limited to 'arch/arm/mach-pxa/tosa.c')
-rw-r--r-- | arch/arm/mach-pxa/tosa.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/tosa.c b/arch/arm/mach-pxa/tosa.c index d168286ed470..76c0e7f0a219 100644 --- a/arch/arm/mach-pxa/tosa.c +++ b/arch/arm/mach-pxa/tosa.c | |||
@@ -34,7 +34,6 @@ | |||
34 | #include <asm/mach/irq.h> | 34 | #include <asm/mach/irq.h> |
35 | 35 | ||
36 | #include <asm/arch/pxa-regs.h> | 36 | #include <asm/arch/pxa-regs.h> |
37 | #include <asm/arch/irq.h> | ||
38 | #include <asm/arch/tosa.h> | 37 | #include <asm/arch/tosa.h> |
39 | 38 | ||
40 | #include <asm/hardware/scoop.h> | 39 | #include <asm/hardware/scoop.h> |
@@ -252,10 +251,19 @@ static struct platform_device tosakbd_device = { | |||
252 | .id = -1, | 251 | .id = -1, |
253 | }; | 252 | }; |
254 | 253 | ||
254 | /* | ||
255 | * Tosa LEDs | ||
256 | */ | ||
257 | static struct platform_device tosaled_device = { | ||
258 | .name = "tosa-led", | ||
259 | .id = -1, | ||
260 | }; | ||
261 | |||
255 | static struct platform_device *devices[] __initdata = { | 262 | static struct platform_device *devices[] __initdata = { |
256 | &tosascoop_device, | 263 | &tosascoop_device, |
257 | &tosascoop_jc_device, | 264 | &tosascoop_jc_device, |
258 | &tosakbd_device, | 265 | &tosakbd_device, |
266 | &tosaled_device, | ||
259 | }; | 267 | }; |
260 | 268 | ||
261 | static void __init tosa_init(void) | 269 | static void __init tosa_init(void) |