diff mbox

ARM: EXYNOS: Make BT platform data structure static in mach-origen.c file

Message ID 1336362415-15144-1-git-send-email-sachin.kamat@linaro.org
State Accepted
Headers show

Commit Message

Sachin Kamat May 7, 2012, 3:46 a.m. UTC
Adds missing storage class static to origen_bt_pdata structure.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 arch/arm/mach-exynos/mach-origen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Kukjin Kim May 8, 2012, 5:49 a.m. UTC | #1
Sachin Kamat wrote:
> 
> Adds missing storage class static to origen_bt_pdata structure.
> 
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>  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 4a8b3ff..df32cf4 100644
> --- a/arch/arm/mach-exynos/mach-origen.c
> +++ b/arch/arm/mach-exynos/mach-origen.c
> @@ -607,7 +607,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,
> --
> 1.7.4.1

OK, will apply.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
diff mbox

Patch

diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index 4a8b3ff..df32cf4 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -607,7 +607,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,