aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-s3c2410/mach-h1940.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-s3c2410/mach-h1940.c b/arch/arm/mach-s3c2410/mach-h1940.c
index d9cd5ddecf4a..20f3400c54ca 100644
--- a/arch/arm/mach-s3c2410/mach-h1940.c
+++ b/arch/arm/mach-s3c2410/mach-h1940.c
@@ -171,12 +171,12 @@ static struct s3c2410fb_mach_info h1940_fb_info __initdata = {
171 .gpdup_mask= 0xffffffff, 171 .gpdup_mask= 0xffffffff,
172}; 172};
173 173
174static struct platform_device s3c_device_leds = { 174static struct platform_device h1940_device_leds = {
175 .name = "h1940-leds", 175 .name = "h1940-leds",
176 .id = -1, 176 .id = -1,
177}; 177};
178 178
179static struct platform_device s3c_device_bluetooth = { 179static struct platform_device h1940_device_bluetooth = {
180 .name = "h1940-bt", 180 .name = "h1940-bt",
181 .id = -1, 181 .id = -1,
182}; 182};
@@ -188,8 +188,8 @@ static struct platform_device *h1940_devices[] __initdata = {
188 &s3c_device_i2c0, 188 &s3c_device_i2c0,
189 &s3c_device_iis, 189 &s3c_device_iis,
190 &s3c_device_usbgadget, 190 &s3c_device_usbgadget,
191 &s3c_device_leds, 191 &h1940_device_leds,
192 &s3c_device_bluetooth, 192 &h1940_device_bluetooth,
193}; 193};
194 194
195static void __init h1940_map_io(void) 195static void __init h1940_map_io(void)