diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-19 04:36:09 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-19 04:36:09 -0500 |
commit | 668dfc7527eb755e1bf194bf19c0c281e9df6deb (patch) | |
tree | 2d9ba8e3ebbb7579f1af0493a9783f640ca86546 /arch/arm/plat-s3c | |
parent | 9e157144afe81052f5abe122c2469e33a30d20a5 (diff) | |
parent | 22c810ab3e25d16e6f128384d107b933b6fd8fff (diff) |
ARM: Merge next-samsung-devupdates1
Merge branch 'next-samsung-devupdates1' into next-samsung-try7
Diffstat (limited to 'arch/arm/plat-s3c')
-rw-r--r-- | arch/arm/plat-s3c/include/plat/devs.h | 2 | ||||
-rw-r--r-- | arch/arm/plat-s3c/include/plat/usb-control.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/plat-s3c/include/plat/devs.h b/arch/arm/plat-s3c/include/plat/devs.h index f4a7e57bab2b..c6f9b7310490 100644 --- a/arch/arm/plat-s3c/include/plat/devs.h +++ b/arch/arm/plat-s3c/include/plat/devs.h | |||
@@ -37,7 +37,7 @@ extern struct platform_device s3c64xx_device_pcm1; | |||
37 | 37 | ||
38 | extern struct platform_device s3c_device_ts; | 38 | extern struct platform_device s3c_device_ts; |
39 | extern struct platform_device s3c_device_fb; | 39 | extern struct platform_device s3c_device_fb; |
40 | extern struct platform_device s3c_device_usb; | 40 | extern struct platform_device s3c_device_ohci; |
41 | extern struct platform_device s3c_device_lcd; | 41 | extern struct platform_device s3c_device_lcd; |
42 | extern struct platform_device s3c_device_wdt; | 42 | extern struct platform_device s3c_device_wdt; |
43 | extern struct platform_device s3c_device_i2c0; | 43 | extern struct platform_device s3c_device_i2c0; |
diff --git a/arch/arm/plat-s3c/include/plat/usb-control.h b/arch/arm/plat-s3c/include/plat/usb-control.h index 822c87fe948e..a6a57bf796bd 100644 --- a/arch/arm/plat-s3c/include/plat/usb-control.h +++ b/arch/arm/plat-s3c/include/plat/usb-control.h | |||
@@ -38,4 +38,6 @@ static void inline s3c2410_usb_report_oc(struct s3c2410_hcd_info *info, int port | |||
38 | } | 38 | } |
39 | } | 39 | } |
40 | 40 | ||
41 | extern void s3c_ohci_set_platdata(struct s3c2410_hcd_info *info); | ||
42 | |||
41 | #endif /*__ASM_ARCH_USBCONTROL_H */ | 43 | #endif /*__ASM_ARCH_USBCONTROL_H */ |