From: Tushar Behera Date: Fri, 9 Mar 2012 16:03:17 +0000 (-0800) Subject: ARM: SAMSUNG: fix __init attribute on regarding s3c_set_platdata() X-Git-Tag: v3.4-rc1~72^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eff4c58dac1c7d90377ba5c060bab3966a3879ae;p=pandora-kernel.git 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 Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed