From: Tushar Behera Date: Fri, 9 Mar 2012 16:02:37 +0000 (-0800) Subject: ARM: EXYNOS: Add __init attribute to universal_camera_init() X-Git-Tag: v3.4-rc1~88^2~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6325fc403f5da30474bb773caf0435fda7e1429a;p=pandora-kernel.git 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 Acked-by: Sylwester Nawrocki Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed