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 8ad88ace795a..eb8e5a1aca42 100644 --- a/arch/arm/mach-s3c64xx/mach-crag6410.c +++ b/arch/arm/mach-s3c64xx/mach-crag6410.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <linux/basic_mmio_gpio.h> | 30 | #include <linux/basic_mmio_gpio.h> |
31 | #include <linux/spi/spi.h> | 31 | #include <linux/spi/spi.h> |
32 | 32 | ||
33 | #include <linux/i2c/pca953x.h> | 33 | #include <linux/platform_data/pca953x.h> |
34 | #include <linux/platform_data/s3c-hsotg.h> | 34 | #include <linux/platform_data/s3c-hsotg.h> |
35 | 35 | ||
36 | #include <video/platform_lcd.h> | 36 | #include <video/platform_lcd.h> |
@@ -120,7 +120,7 @@ static struct platform_device crag6410_backlight_device = { | |||
120 | .name = "pwm-backlight", | 120 | .name = "pwm-backlight", |
121 | .id = -1, | 121 | .id = -1, |
122 | .dev = { | 122 | .dev = { |
123 | .parent = &s3c_device_timer[0].dev, | 123 | .parent = &samsung_device_pwm.dev, |
124 | .platform_data = &crag6410_backlight_data, | 124 | .platform_data = &crag6410_backlight_data, |
125 | }, | 125 | }, |
126 | }; | 126 | }; |
@@ -375,7 +375,7 @@ static struct platform_device *crag6410_devices[] __initdata = { | |||
375 | &s3c_device_fb, | 375 | &s3c_device_fb, |
376 | &s3c_device_ohci, | 376 | &s3c_device_ohci, |
377 | &s3c_device_usb_hsotg, | 377 | &s3c_device_usb_hsotg, |
378 | &s3c_device_timer[0], | 378 | &samsung_device_pwm, |
379 | &s3c64xx_device_iis0, | 379 | &s3c64xx_device_iis0, |
380 | &s3c64xx_device_iis1, | 380 | &s3c64xx_device_iis1, |
381 | &samsung_device_keypad, | 381 | &samsung_device_keypad, |