diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2011-10-13 15:41:51 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-10-13 15:41:51 +0900 |
commit | 07e87e15b969a05a7943d7ff1abc2d8da287171c (patch) | |
tree | 9c3d8fbaea4992706c5ad2354b33cfcd17c4d0c7 /arch/arm/mach-s5pv210/mach-goni.c | |
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/mach-goni.c')
-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 01e4867e25a..61da2058df9 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 = { .num_clients = ARRAY_SIZE(goni_camera_sensors), }; -struct platform_device s5p_device_fimc_md = { - .name = "s5p-fimc-md", - .id = -1, -}; - static struct platform_device *goni_devices[] __initdata = { &s3c_device_fb, &s5p_device_onenand, |