From: Philipp Zabel Am Dienstag, den 27.11.2007, 01:22 -0800 schrieb David Brownell: > On Tuesday 27 November 2007, Andrew Morton wrote: > > On Tue, 27 Nov 2007 00:49:27 -0800 David Brownell wrote: > > > > > On Tuesday 27 November 2007, Andrew Morton wrote: > > > > > > > > (How come people are sending around patche sand not cc'ing mailing lists). > > > > > > This was already discussed on the ARM mailing list. > > > > Not by me ;) > > Then the only just outcome is to have Philipp send you a followup > patch addressing at least that "static" issue, cc'ing L-A-K. ;) So be it: >From f7f3426eb92734b41bae22c3f1fc7e60bc8b9256 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Tue, 27 Nov 2007 14:01:45 +0100 Subject: [PATCH] Make pxa_gpio_chip static Signed-off-by: Philipp Zabel Cc: David Brownell Cc: Russell King Cc: Nicolas Pitre Signed-off-by: Andrew Morton --- arch/arm/mach-pxa/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/arm/mach-pxa/gpio.c~arm-pxa-gpiolib-support-make-pxa_gpio_chip-static arch/arm/mach-pxa/gpio.c --- a/arch/arm/mach-pxa/gpio.c~arm-pxa-gpiolib-support-make-pxa_gpio_chip-static +++ a/arch/arm/mach-pxa/gpio.c @@ -129,7 +129,7 @@ static void pxa_gpio_set(struct gpio_chi __raw_writel(mask, pxa->regbase + GPCR_OFFSET); } -struct pxa_gpio_chip pxa_gpio_chip[] = { +static struct pxa_gpio_chip pxa_gpio_chip[] = { [0] = { .regbase = GPIO0_BASE, .chip = { _