diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-crag6410.c')
-rw-r--r-- | arch/arm/mach-s3c64xx/mach-crag6410.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-crag6410.c b/arch/arm/mach-s3c64xx/mach-crag6410.c index 680fd758ff2d..1cc91d794c97 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -286,8 +286,8 @@ static struct platform_device lowland_device = { | |||
286 | .id = -1, | 286 | .id = -1, |
287 | }; | 287 | }; |
288 | 288 | ||
289 | static struct platform_device speyside_wm8962_device = { | 289 | static struct platform_device tobermory_device = { |
290 | .name = "speyside-wm8962", | 290 | .name = "tobermory", |
291 | .id = -1, | 291 | .id = -1, |
292 | }; | 292 | }; |
293 | 293 | ||
@@ -347,7 +347,7 @@ static struct platform_device *crag6410_devices[] __initdata = { | |||
347 | &crag6410_lcd_powerdev, | 347 | &crag6410_lcd_powerdev, |
348 | &crag6410_backlight_device, | 348 | &crag6410_backlight_device, |
349 | &speyside_device, | 349 | &speyside_device, |
350 | &speyside_wm8962_device, | 350 | &tobermory_device, |
351 | &littlemill_device, | 351 | &littlemill_device, |
352 | &lowland_device, | 352 | &lowland_device, |
353 | &wallvdd_device, | 353 | &wallvdd_device, |