From 18473473880622b671a73dfdcaf03e9b526e0fb2 Mon Sep 17 00:00:00 2001 From: Eric Miao Date: Sun, 7 Jun 2009 23:05:45 +0800 Subject: [ARM] pxa: fix the conflicting non-static declarations of global_gpios[] Signed-off-by: Eric Miao Cc: Philipp Zabel Acked-by: Robert Jarzmik --- arch/arm/mach-pxa/hx4700.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-pxa/hx4700.c') diff --git a/arch/arm/mach-pxa/hx4700.c b/arch/arm/mach-pxa/hx4700.c index 0f65680..7fff467 100644 --- a/arch/arm/mach-pxa/hx4700.c +++ b/arch/arm/mach-pxa/hx4700.c @@ -802,7 +802,7 @@ static struct platform_device *devices[] __initdata = { &pcmcia, }; -struct gpio_ress global_gpios[] = { +static struct gpio_ress global_gpios[] = { HX4700_GPIO_IN(GPIO12_HX4700_ASIC3_IRQ, "ASIC3_IRQ"), HX4700_GPIO_IN(GPIO13_HX4700_W3220_IRQ, "W3220_IRQ"), HX4700_GPIO_IN(GPIO14_HX4700_nWLAN_IRQ, "WLAN_IRQ"), -- cgit v1.1