Skip to content

Commit

Permalink
ARM: EXYNOS: Make BT platform data structure static in mach-origen.c …
Browse files Browse the repository at this point in the history
…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>
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed May 12, 2012
1 parent db6856e commit 023c9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/mach-origen.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 023c9ff

Please sign in to comment.