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