diff options
author | huisung.kang <hs1218.kang@samsung.com> | 2010-09-10 00:19:34 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-11-17 17:45:29 -0800 |
commit | 9005ede2e7a52e0a819834b24ce65af7f0d5bd0b (patch) | |
tree | 2778593fcb45c01b007c8349c2968c4a88a35038 /arch/arm/plat-s5p | |
parent | 499c00c2ca9592b50eba1ce59b31aed199573236 (diff) | |
download | kernel_samsung_crespo-9005ede2e7a52e0a819834b24ce65af7f0d5bd0b.zip kernel_samsung_crespo-9005ede2e7a52e0a819834b24ce65af7f0d5bd0b.tar.gz kernel_samsung_crespo-9005ede2e7a52e0a819834b24ce65af7f0d5bd0b.tar.bz2 |
S5PC11X: PD: Add platform_device for power domain control
This patch add platform devices define for power domain control
Change-Id: I0e14d90f3e7972cdcdc94bcb2cc2644e0f272f9b
Signed-off-by: huisung.kang <hs1218.kang@samsung.com>
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 |