ARM: SAMSUNG: fix __init attribute on regarding s3c_set_platdata()
authorTushar Behera <tushar.behera@linaro.org>
Fri, 9 Mar 2012 16:03:17 +0000 (08:03 -0800)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 10 Mar 2012 15:25:08 +0000 (07:25 -0800)
commiteff4c58dac1c7d90377ba5c060bab3966a3879ae
tree6950b33f7491c2ef08092ce50eb519d5125ba764
parent4db17215da33940e4c594c1152ce765c5506a621
ARM: SAMSUNG: fix __init attribute on regarding s3c_set_platdata()

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

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-samsung/devs.c