diff options
Diffstat (limited to 'arch/arm/plat-samsung/include/plat/devs.h')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/devs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/include/plat/devs.h b/arch/arm/plat-samsung/include/plat/devs.h index 796d24258313..d8fda3a6db62 100644 --- a/arch/arm/plat-samsung/include/plat/devs.h +++ b/arch/arm/plat-samsung/include/plat/devs.h | |||
@@ -64,6 +64,14 @@ extern struct platform_device s3c_device_nand; | |||
64 | extern struct platform_device s3c_device_usbgadget; | 64 | extern struct platform_device s3c_device_usbgadget; |
65 | extern struct platform_device s3c_device_usb_hsotg; | 65 | extern struct platform_device s3c_device_usb_hsotg; |
66 | 66 | ||
67 | extern struct platform_device s5pv210_device_ac97; | ||
68 | extern struct platform_device s5pv210_device_pcm0; | ||
69 | extern struct platform_device s5pv210_device_pcm1; | ||
70 | extern struct platform_device s5pv210_device_pcm2; | ||
71 | extern struct platform_device s5pv210_device_iis0; | ||
72 | extern struct platform_device s5pv210_device_iis1; | ||
73 | extern struct platform_device s5pv210_device_iis2; | ||
74 | |||
67 | /* s3c2440 specific devices */ | 75 | /* s3c2440 specific devices */ |
68 | 76 | ||
69 | #ifdef CONFIG_CPU_S3C2440 | 77 | #ifdef CONFIG_CPU_S3C2440 |