From 023c9ff6b4afdaf280d3fc9f128d7396bd99f3de Mon Sep 17 00:00:00 2001 From: Sachin Kamat Date: Sat, 12 May 2012 16:30:45 +0900 Subject: [PATCH] ARM: EXYNOS: Make BT platform data structure static in mach-origen.c file Adds missing storage class static to origen_bt_pdata structure. Signed-off-by: Sachin Kamat Signed-off-by: Kukjin Kim --- arch/arm/mach-exynos/mach-origen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index 4d802129dadc..e3d594925152 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -609,7 +609,7 @@ static struct s3c_fb_platdata origen_lcd_pdata __initdata = { }; /* Bluetooth rfkill gpio platform data */ -struct rfkill_gpio_platform_data origen_bt_pdata = { +static struct rfkill_gpio_platform_data origen_bt_pdata = { .reset_gpio = EXYNOS4_GPX2(2), .shutdown_gpio = -1, .type = RFKILL_TYPE_BLUETOOTH, -- 2.34.1