- arm-pxa-gpiolib-support-make-pxa_gpio_chip-static.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Make pxa_gpio_chip static
has been removed from the -mm tree.  Its filename was
     arm-pxa-gpiolib-support-make-pxa_gpio_chip-static.patch

This patch was dropped because an updated version will be merged

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: Make pxa_gpio_chip static
From: Philipp Zabel <philipp.zabel@xxxxxxxxx>

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 <david-b@xxxxxxxxxxx> 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 <philipp.zabel@xxxxxxxxx>
Cc: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx>
Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx>
Cc: Nicolas Pitre <nico@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 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 philipp.zabel@xxxxxxxxx are

git-arm.patch
ds1wm-decouple-host-irq-and-intr-active-state-settings.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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux