From: Tushar Behera Date: Fri, 9 Mar 2012 16:02:33 +0000 (-0800) Subject: ARM: EXYNOS: Add __init attribute to nuri_camera_init() X-Git-Tag: v3.4-rc1~88^2~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdaf13083817a2240ea7569658760086c880bdc2;p=pandora-kernel.git ARM: EXYNOS: Add __init attribute to nuri_camera_init() s3c_set_platdata() is defined with __init attribute, hence all functions referencing this function should also be defined with __init attribute. nuri_camera_init() is referenced only in '__init nuri_machine_init()', thus this change won't put any additional constraint on the usage of nuri_camera_init(). Signed-off-by: Tushar Behera Acked-by: Sylwester Nawrocki Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed