aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-03-09 08:03:13 -0800
committerKukjin Kim <kgene.kim@samsung.com>2012-03-09 08:03:13 -0800
commit4db17215da33940e4c594c1152ce765c5506a621 (patch)
treea416c0943f6bde5ccb365e094fba55d4f207c93d /arch/arm/plat-samsung
parentARM: S5PV210: Add usb otg phy control (diff)
downloadlinux-dev-4db17215da33940e4c594c1152ce765c5506a621.tar.xz
linux-dev-4db17215da33940e4c594c1152ce765c5506a621.zip
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 <tushar.behera@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r--arch/arm/plat-samsung/dev-backlight.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/dev-backlight.c b/arch/arm/plat-samsung/dev-backlight.c
index 2254920a02cf..5f197dcaf10c 100644
--- a/arch/arm/plat-samsung/dev-backlight.c
+++ b/arch/arm/plat-samsung/dev-backlight.c
@@ -77,7 +77,7 @@ static struct platform_device samsung_dfl_bl_device __initdata = {
* @gpio_info: structure containing GPIO info for PWM timer
* @bl_data: structure containing Backlight control data
*/
-void samsung_bl_set(struct samsung_bl_gpio_info *gpio_info,
+void __init samsung_bl_set(struct samsung_bl_gpio_info *gpio_info,
struct platform_pwm_backlight_data *bl_data)
{
int ret = 0;