The patch titled
     Make pxa_gpio_chip static
has been added to the -mm tree.  Its filename is
     arm-pxa-gpiolib-support-make-pxa_gpio_chip-static.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: Make pxa_gpio_chip static
From: Philipp Zabel <[EMAIL PROTECTED]>

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 <[EMAIL PROTECTED]> 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
Date: Tue, 27 Nov 2007 14:01:45 +0100
Subject: [PATCH] Make pxa_gpio_chip static

Signed-off-by: Philipp Zabel <[EMAIL PROTECTED]>
Cc: David Brownell <[EMAIL PROTECTED]>
Cc: Russell King <[EMAIL PROTECTED]>
Cc: Nicolas Pitre <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 = {
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-arm.patch
arm-pxa-gpiolib-support.patch
arm-pxa-gpiolib-support-make-pxa_gpio_chip-static.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to