diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2011-10-13 02:41:51 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-13 02:41:51 -0400 |
commit | 07e87e15b969a05a7943d7ff1abc2d8da287171c (patch) | |
tree | 9c3d8fbaea4992706c5ad2354b33cfcd17c4d0c7 /arch/arm/mach-s5pv210 | |
parent | e663cb761c1ceb628743341053a16fe72ff849c8 (diff) |
ARM: SAMSUNG: Move fimc plat. device from board files to plat-samsung
Move the platform device definitions from boards code to plat-samsung
to avoid multiple instances when multiple board support is compiled in.
The boards should select at least S5P_DEV_FIMC0 to enable FIMC support.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210')
-rw-r--r-- | arch/arm/mach-s5pv210/mach-goni.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-s5pv210/mach-goni.c b/arch/arm/mach-s5pv210/mach-goni.c index 01e4867e25ad..61da2058df96 100644 --- a/arch/arm/mach-s5pv210/mach-goni.c +++ b/arch/arm/mach-s5pv210/mach-goni.c | |||
@@ -849,11 +849,6 @@ struct s5p_platform_fimc goni_fimc_md_platdata __initdata = { | |||
849 | .num_clients = ARRAY_SIZE(goni_camera_sensors), | 849 | .num_clients = ARRAY_SIZE(goni_camera_sensors), |
850 | }; | 850 | }; |
851 | 851 | ||
852 | struct platform_device s5p_device_fimc_md = { | ||
853 | .name = "s5p-fimc-md", | ||
854 | .id = -1, | ||
855 | }; | ||
856 | |||
857 | static struct platform_device *goni_devices[] __initdata = { | 852 | static struct platform_device *goni_devices[] __initdata = { |
858 | &s3c_device_fb, | 853 | &s3c_device_fb, |
859 | &s5p_device_onenand, | 854 | &s5p_device_onenand, |