projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db6856e
)
ARM: EXYNOS: Make BT platform data structure static in mach-origen.c file
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sat, 12 May 2012 07:30:45 +0000
(16:30 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Sat, 12 May 2012 07:30:45 +0000
(16:30 +0900)
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>
arch/arm/mach-exynos/mach-origen.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-exynos/mach-origen.c
b/arch/arm/mach-exynos/mach-origen.c
index 4d802129dadc32b13d56b4dc32a31da236640d67..e3d59492515211fc84ec52523b4e7a3ed95e0f5c 100644
(file)
--- 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 = {
+st
atic st
ruct rfkill_gpio_platform_data origen_bt_pdata = {
.reset_gpio = EXYNOS4_GPX2(2),
.shutdown_gpio = -1,
.type = RFKILL_TYPE_BLUETOOTH,