diff options
Diffstat (limited to 'arch/arm/plat-s5p')
-rw-r--r-- | arch/arm/plat-s5p/devs.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/plat-s5p/devs.c b/arch/arm/plat-s5p/devs.c index 9a242ef..5e1edbd 100644 --- a/arch/arm/plat-s5p/devs.c +++ b/arch/arm/plat-s5p/devs.c @@ -472,7 +472,6 @@ struct platform_device s3c_device_ipc = { }; #endif -#ifdef CONFIG_VIDEO_JPEG_V2 /* JPEG controller */ static struct resource s3c_jpeg_resource[] = { [0] = { @@ -493,9 +492,7 @@ struct platform_device s3c_device_jpeg = { .num_resources = ARRAY_SIZE(s3c_jpeg_resource), .resource = s3c_jpeg_resource, }; -#endif /* CONFIG_VIDEO_JPEG_V2 */ -#ifdef CONFIG_VIDEO_ROTATOR /* rotator interface */ static struct resource s5p_rotator_resource[] = { [0] = { @@ -516,9 +513,7 @@ struct platform_device s5p_device_rotator = { .num_resources = ARRAY_SIZE(s5p_rotator_resource), .resource = s5p_rotator_resource }; -#endif -#ifdef CONFIG_VIDEO_TV20 /* TVOUT interface */ static struct resource s5p_tvout_resources[] = { [0] = { @@ -596,7 +591,6 @@ struct platform_device s5p_device_hpd = { .name = "s5p-hpd", .id = -1, }; -#endif #ifdef CONFIG_USB_SUPPORT #ifdef CONFIG_USB_ARCH_HAS_EHCI |