ARM: EXYNOS: Add __init attribute to universal_camera_init()
authorTushar Behera <tushar.behera@linaro.org>
Fri, 9 Mar 2012 16:02:37 +0000 (08:02 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Sun, 11 Mar 2012 06:32:26 +0000 (22:32 -0800)
commit6325fc403f5da30474bb773caf0435fda7e1429a
tree955c860c781bfd96d3cfa020c49ea2d322d9f66b
parentfdaf13083817a2240ea7569658760086c880bdc2
ARM: EXYNOS: Add __init attribute to universal_camera_init()

s3c_set_platdata() is defined with __init attribute, hence all functions
referencing this function should also be defined with __init attribute.

universal_camera_init() is referenced only in '__init universal_machine_init()',
thus this change won't put any additional constraint on the usage of
universal_camera_init().

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Acked-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/mach-universal_c210.c