All of lore.kernel.org
 help / color / mirror / Atom feed
From: jamie@jamieiles.com (Jamie Iles)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/26] ARM: pxa: add missing header inclusions
Date: Sat, 8 Oct 2011 11:23:13 +0100	[thread overview]
Message-ID: <20111008102313.GA4464@gallagher> (raw)
In-Reply-To: <20111008080309.GD25689@n2100.arm.linux.org.uk>

On Sat, Oct 08, 2011 at 09:03:09AM +0100, Russell King - ARM Linux wrote:
> On Fri, Oct 07, 2011 at 01:08:23PM +0800, Eric Miao wrote:
> > On Sun, Oct 2, 2011 at 4:03 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> > > These resulted in build breakage in some configurations:
> > >
> > > arch/arm/mach-pxa/irq.c:132:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'icip_handle_irq'
> > >
> > > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > > ---
> > > ?arch/arm/mach-pxa/irq.c | ? ?1 +
> > > ?1 files changed, 1 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/arch/arm/mach-pxa/irq.c b/arch/arm/mach-pxa/irq.c
> > > index b09e848..848e96d 100644
> > > --- a/arch/arm/mach-pxa/irq.c
> > > +++ b/arch/arm/mach-pxa/irq.c
> > > @@ -16,6 +16,7 @@
> > > ?#include <linux/module.h>
> > > ?#include <linux/interrupt.h>
> > > ?#include <linux/syscore_ops.h>
> > > +#include <linux/ftrace.h>
> > 
> > It's actually __irq_entry being defined in <linux/ftrace.h> and in turn
> > __exception_irq_entry being conditionally defined to that.
> > 
> > I think it's better to fix this in <asm/system.h> instead of in the
> > cases where this macro is referenced?
> > 
> > Russell?
> 
> There's a patch in the patch system which fixes this (7115/3) but I
> can't apply it because it doesn't apply to anything in my for-next
> tree (it applies to the obsolete 'devel' branch which is rather old
> now.)

OK, I wasn't aware that devel was obsolete (though I guess if I'd paid 
closer attention to the commit dates I'd have suspected something).

Anyhow, new patch in the tracker as 7115/4 rebased onto for-next.

Jamie

WARNING: multiple messages have this Message-ID (diff)
From: Jamie Iles <jamie@jamieiles.com>
To: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Eric Miao <eric.y.miao@gmail.com>,
	Jason Chagas <jason.chagas@marvell.com>,
	Haojian Zhuang <haojian.zhuang@marvell.com>,
	linux-arm-kernel@lists.infradead.org,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 06/26] ARM: pxa: add missing header inclusions
Date: Sat, 8 Oct 2011 11:23:13 +0100	[thread overview]
Message-ID: <20111008102313.GA4464@gallagher> (raw)
In-Reply-To: <20111008080309.GD25689@n2100.arm.linux.org.uk>

On Sat, Oct 08, 2011 at 09:03:09AM +0100, Russell King - ARM Linux wrote:
> On Fri, Oct 07, 2011 at 01:08:23PM +0800, Eric Miao wrote:
> > On Sun, Oct 2, 2011 at 4:03 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> > > These resulted in build breakage in some configurations:
> > >
> > > arch/arm/mach-pxa/irq.c:132:39: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'icip_handle_irq'
> > >
> > > Signed-off-by: Arnd Bergmann <arnd@arndb.de>
> > > ---
> > >  arch/arm/mach-pxa/irq.c |    1 +
> > >  1 files changed, 1 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/arch/arm/mach-pxa/irq.c b/arch/arm/mach-pxa/irq.c
> > > index b09e848..848e96d 100644
> > > --- a/arch/arm/mach-pxa/irq.c
> > > +++ b/arch/arm/mach-pxa/irq.c
> > > @@ -16,6 +16,7 @@
> > >  #include <linux/module.h>
> > >  #include <linux/interrupt.h>
> > >  #include <linux/syscore_ops.h>
> > > +#include <linux/ftrace.h>
> > 
> > It's actually __irq_entry being defined in <linux/ftrace.h> and in turn
> > __exception_irq_entry being conditionally defined to that.
> > 
> > I think it's better to fix this in <asm/system.h> instead of in the
> > cases where this macro is referenced?
> > 
> > Russell?
> 
> There's a patch in the patch system which fixes this (7115/3) but I
> can't apply it because it doesn't apply to anything in my for-next
> tree (it applies to the obsolete 'devel' branch which is rather old
> now.)

OK, I wasn't aware that devel was obsolete (though I guess if I'd paid 
closer attention to the commit dates I'd have suspected something).

Anyhow, new patch in the tracker as 7115/4 rebased onto for-next.

Jamie

  reply	other threads:[~2011-10-08 10:23 UTC|newest]

Thread overview: 166+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-01 20:03 [PATCH 00/26] ARM: pxa specific randconfig fixes Arnd Bergmann
2011-10-01 20:03 ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 01/26] usb/gadget/pxa25x: is_vbus_present is gone Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-06 12:19   ` Felipe Balbi
2011-10-06 12:19     ` Felipe Balbi
2011-10-07  2:27   ` Eric Miao
2011-10-07  2:27     ` Eric Miao
2011-10-01 20:03 ` [PATCH 02/26] sound/pxa-zylonite: use a valid device for dev_err() Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-02 18:16   ` Mark Brown
2011-10-02 18:16     ` Mark Brown
2011-10-02 18:36     ` Arnd Bergmann
2011-10-02 18:36       ` Arnd Bergmann
2011-10-02 18:44       ` Mark Brown
2011-10-02 18:44         ` Mark Brown
2011-10-02 19:48         ` Arnd Bergmann
2011-10-02 19:48           ` Arnd Bergmann
2011-10-02 18:24   ` Mark Brown
2011-10-02 18:24     ` Mark Brown
2011-10-01 20:03 ` [PATCH 03/26] scsi/mvsas: use proper namespace for IRQ_* symbols Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 04/26] net/pxa168_eth: add missing include of interrupt.h Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  3:48   ` Eric Miao
2011-10-07  3:48     ` Eric Miao
2011-10-01 20:03 ` [PATCH 05/26] ARM: pxa: make zylonite_pxa*_init declaration match code Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  3:47   ` Eric Miao
2011-10-07  3:47     ` Eric Miao
2011-10-01 20:03 ` [PATCH 06/26] ARM: pxa: add missing header inclusions Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  5:08   ` Eric Miao
2011-10-07  5:08     ` Eric Miao
2011-10-08  8:03     ` Russell King - ARM Linux
2011-10-08  8:03       ` Russell King - ARM Linux
2011-10-08 10:23       ` Jamie Iles [this message]
2011-10-08 10:23         ` Jamie Iles
2011-10-08 10:24         ` Eric Miao
2011-10-08 10:24           ` Eric Miao
2011-10-01 20:03 ` [PATCH 07/26] ARM: pxa: mbxfb: disable broken debugfs code Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  5:10   ` Eric Miao
2011-10-07  5:10     ` Eric Miao
2011-10-01 20:03 ` [PATCH 08/26] ARM: pxa: move z2 to generic cpu_suspend Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  5:59   ` Eric Miao
2011-10-07  5:59     ` Eric Miao
2011-10-07  9:56     ` Arnd Bergmann
2011-10-07  9:56       ` Arnd Bergmann
2011-10-08 12:37       ` Eric Miao
2011-10-08 12:37         ` Eric Miao
2011-10-08 13:00         ` Arnd Bergmann
2011-10-08 13:00           ` Arnd Bergmann
2011-10-08 13:02           ` Eric Miao
2011-10-08 13:02             ` Eric Miao
2011-10-01 20:03 ` [PATCH 09/26] ARM: pxa: export symbols from pxa3xx-ulpi Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  6:01   ` Eric Miao
2011-10-07  6:01     ` Eric Miao
2011-10-01 20:03 ` [PATCH 10/26] ARM: pxa: allow selecting just one of TREO680/CENTRO Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  6:12   ` Eric Miao
2011-10-07  6:12     ` Eric Miao
2011-10-01 20:03 ` [PATCH 11/26] ARM: pxa: allow building palm27x without pxafb Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  6:19   ` Eric Miao
2011-10-07  6:19     ` Eric Miao
2011-10-07  9:57     ` Arnd Bergmann
2011-10-07  9:57       ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 12/26] ARM: pxa: pxa95x/saarb depends on pxa3xx code Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  7:28   ` Eric Miao
2011-10-07  7:28     ` Eric Miao
2011-10-07  9:59     ` Arnd Bergmann
2011-10-07  9:59       ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 13/26] ARM: pxa: use correct __iomem annotations Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  8:11   ` Eric Miao
2011-10-07  8:11     ` Eric Miao
2011-10-07  8:51     ` Russell King - ARM Linux
2011-10-07  8:51       ` Russell King - ARM Linux
2011-10-07 10:16     ` Arnd Bergmann
2011-10-07 10:16       ` Arnd Bergmann
2011-10-08 12:43       ` Eric Miao
2011-10-08 12:43         ` Eric Miao
2011-10-01 20:03 ` [PATCH 14/26] mtd: nand_h1900 never worked Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  8:21   ` Eric Miao
2011-10-07  8:21     ` Eric Miao
2011-10-16 11:38   ` Artem Bityutskiy
2011-10-16 11:38     ` Artem Bityutskiy
2011-10-01 20:03 ` [PATCH 15/26] irda/ficp: only works on some pxa models Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-07  8:22   ` Eric Miao
2011-10-07  8:22     ` Eric Miao
2011-10-01 20:03 ` [PATCH 16/26] ARM: pxa: CPU_PJ4 requires IWMMXT Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-02 16:03   ` Russell King - ARM Linux
2011-10-02 16:03     ` Russell King - ARM Linux
2011-10-02 17:46     ` Arnd Bergmann
2011-10-02 17:46       ` Arnd Bergmann
2011-10-04  0:59       ` Eric Miao
2011-10-04  0:59         ` Eric Miao
2011-10-04  7:33         ` Arnd Bergmann
2011-10-04  7:33           ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 17/26] ARM: pxa: pxa95x is incompatible with earlier pxa Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-08  2:57   ` Haojian Zhuang
2011-10-08  2:57     ` Haojian Zhuang
2011-10-08  3:21     ` Eric Miao
2011-10-08  3:21       ` Eric Miao
2011-10-08  3:32       ` Haojian Zhuang
2011-10-08  3:32         ` Haojian Zhuang
2011-10-08 13:24         ` Arnd Bergmann
2011-10-08 13:24           ` Arnd Bergmann
2011-10-09  6:21           ` Haojian Zhuang
2011-10-09  6:21             ` Haojian Zhuang
2011-10-09  6:36             ` Eric Miao
2011-10-09  6:36               ` Eric Miao
2011-10-09  6:39               ` Haojian Zhuang
2011-10-09  6:39                 ` Haojian Zhuang
2011-10-09  7:28                 ` Eric Miao
2011-10-09  7:28                   ` Eric Miao
2011-10-09 11:31               ` Arnd Bergmann
2011-10-09 11:31                 ` Arnd Bergmann
2011-10-09 11:35             ` Arnd Bergmann
2011-10-09 11:35               ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 18/26] ARM: pxa: MTD_XIP is not actually working any more Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-08  7:44   ` Eric Miao
2011-10-08  7:44     ` Eric Miao
2011-10-08 17:36     ` Nicolas Pitre
2011-10-08 17:36       ` Nicolas Pitre
2011-10-01 20:03 ` [PATCH 19/26] ARM: pxa: CPU_FREQ_TABLE is needed for CPU_FREQ Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-08  8:34   ` Eric Miao
2011-10-08  8:34     ` Eric Miao
2011-10-01 20:03 ` [PATCH 20/26] ARM: pxa: select FB_PXA on saar and tevorevb Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-08  9:50   ` Eric Miao
2011-10-08  9:50     ` Eric Miao
2011-10-08 10:07     ` Arnd Bergmann
2011-10-08 10:07       ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 21/26] ARM: pxa: select POWER_SUPPLY on raumfeld Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-08  9:59   ` Eric Miao
2011-10-08  9:59     ` Eric Miao
2011-10-01 20:03 ` [PATCH 22/26] ARM: pxa: only select SMC91x on xcep when networking is enabled Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-08 10:10   ` Eric Miao
2011-10-08 10:10     ` Eric Miao
2011-10-01 20:03 ` [PATCH 23/26] ARM: pxa: viper: select I2C_GPIO only when I2C is on Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 24/26] ARM: pxa: centro and treo680 need palm27x Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-08 10:20   ` Eric Miao
2011-10-08 10:20     ` Eric Miao
2011-10-08 11:31     ` Marek Vasut
2011-10-08 11:31       ` Marek Vasut
2011-10-01 20:03 ` [PATCH 25/26] ARM: pxa: eseries does not require FB Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-01 20:03 ` [PATCH 26/26] ARM: pxa: sharpsl pm needs SPI Arnd Bergmann
2011-10-01 20:03   ` Arnd Bergmann
2011-10-08 10:22   ` Eric Miao
2011-10-08 10:22     ` Eric Miao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20111008102313.GA4464@gallagher \
    --to=jamie@jamieiles.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.