aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/spitz.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/spitz.c')
-rw-r--r--arch/arm/mach-pxa/spitz.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/spitz.c b/arch/arm/mach-pxa/spitz.c
index 0dbb079ecd25..ebe473053392 100644
--- a/arch/arm/mach-pxa/spitz.c
+++ b/arch/arm/mach-pxa/spitz.c
@@ -242,6 +242,14 @@ static struct platform_device spitzkbd_device = {
242 242
243 243
244/* 244/*
245 * Spitz LEDs
246 */
247static struct platform_device spitzled_device = {
248 .name = "spitz-led",
249 .id = -1,
250};
251
252/*
245 * Spitz Touch Screen Device 253 * Spitz Touch Screen Device
246 */ 254 */
247static struct resource spitzts_resources[] = { 255static struct resource spitzts_resources[] = {
@@ -418,6 +426,7 @@ static struct platform_device *devices[] __initdata = {
418 &spitzkbd_device, 426 &spitzkbd_device,
419 &spitzts_device, 427 &spitzts_device,
420 &spitzbl_device, 428 &spitzbl_device,
429 &spitzled_device,
421}; 430};
422 431
423static void __init common_init(void) 432static void __init common_init(void)