From 211d8dbc6027231eb0791eb374558de1bf9ad969 Mon Sep 17 00:00:00 2001 From: Arnaud Patard Date: Tue, 13 Feb 2007 00:50:34 +0100 Subject: [PATCH] --- yaml --- r: 48939 b: refs/heads/master c: d2a76020e3a52c6370a7d603082b4cdb3db0703e h: refs/heads/master i: 48937: 279b3aa9979e53676d9c83dfb238356e7e4e3201 48935: e590c6a4ee0d3ad989c7afe3200808ed112617cf v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-s3c2410/mach-h1940.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index dd541b894302..e67b94bd82d9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ecd1b171a76bb73196dbce4da9f64a4a0a9d098f +refs/heads/master: d2a76020e3a52c6370a7d603082b4cdb3db0703e diff --git a/trunk/arch/arm/mach-s3c2410/mach-h1940.c b/trunk/arch/arm/mach-s3c2410/mach-h1940.c index 68f11efdd140..2b495b7b427b 100644 --- a/trunk/arch/arm/mach-s3c2410/mach-h1940.c +++ b/trunk/arch/arm/mach-s3c2410/mach-h1940.c @@ -175,6 +175,11 @@ static struct s3c2410fb_mach_info h1940_lcdcfg __initdata = { .bpp= {16,16,16}, }; +static struct platform_device s3c_device_leds = { + .name = "h1940-leds", + .id = -1, +}; + static struct platform_device *h1940_devices[] __initdata = { &s3c_device_usb, &s3c_device_lcd, @@ -182,6 +187,7 @@ static struct platform_device *h1940_devices[] __initdata = { &s3c_device_i2c, &s3c_device_iis, &s3c_device_usbgadget, + &s3c_device_leds, }; static struct s3c24xx_board h1940_board __initdata = {