diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-05-12 03:30:45 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-12 03:30:45 -0400 |
commit | 023c9ff6b4afdaf280d3fc9f128d7396bd99f3de (patch) | |
tree | 47ceacd61f1fb44f4ead4349b8befd9aa7a718d8 /arch/arm/mach-exynos/mach-origen.c | |
parent | db6856e8d8ab9448685f6fbbc571d38c5ceaa88e (diff) |
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 <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/mach-origen.c')
-rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { | |||
609 | }; | 609 | }; |
610 | 610 | ||
611 | /* Bluetooth rfkill gpio platform data */ | 611 | /* Bluetooth rfkill gpio platform data */ |
612 | struct rfkill_gpio_platform_data origen_bt_pdata = { | 612 | static struct rfkill_gpio_platform_data origen_bt_pdata = { |
613 | .reset_gpio = EXYNOS4_GPX2(2), | 613 | .reset_gpio = EXYNOS4_GPX2(2), |
614 | .shutdown_gpio = -1, | 614 | .shutdown_gpio = -1, |
615 | .type = RFKILL_TYPE_BLUETOOTH, | 615 | .type = RFKILL_TYPE_BLUETOOTH, |