Re: linux-next: build warning after merge of the tip tree

From: Thomas Gleixner
Date: Mon Mar 31 2014 - 05:45:37 EST


On Fri, 28 Mar 2014, Stephen Rothwell wrote:
> > > I guess that there may be more places where "asmlinkage" is used with
> > > "static" - I assume that they are all incorrect?
> > >
> > > $ git grep -l 'static.*asmlinkage'
> > > arch/x86/crypto/sha1_ssse3_glue.c
> > > arch/x86/crypto/sha256_ssse3_glue.c
> > > arch/x86/crypto/sha512_ssse3_glue.c
> > > drivers/irqchip/irq-armada-370-xp.c
> > > drivers/irqchip/irq-bcm2835.c
> > > drivers/irqchip/irq-gic.c
> > > drivers/irqchip/irq-mmp.c
> > > drivers/irqchip/irq-moxart.c
> > > drivers/irqchip/irq-orion.c
> > > drivers/irqchip/irq-sirfsoc.c
> > > drivers/irqchip/irq-sun4i.c
> > > drivers/irqchip/irq-vic.c
> > > drivers/irqchip/irq-vt8500.c
> > > drivers/irqchip/irq-zevio.c
> > > drivers/pnp/pnpbios/bioscalls.c
> > > scripts/checkpatch.pl
> > >
> > > (the last two don't matter)
> >
> > Any resolution for this?
>
> Ping?

commit 8783dd3a37a5853689e1a8fa728827a50905b912
Author: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
Date: Tue Mar 4 16:40:30 2014 -0800

irqchip: Remove asmlinkage from static functions

irq-armada-370-xp.c | 2 +-
irq-bcm2835.c | 4 ++--
irq-gic.c | 2 +-
irq-mmp.c | 6 ++----
irq-moxart.c | 2 +-
irq-orion.c | 2 +-
irq-sirfsoc.c | 2 +-
irq-sun4i.c | 4 ++--
irq-vic.c | 2 +-
irq-vt8500.c | 3 +--
irq-zevio.c | 2 +-

which is in the tip tree since March 12th.

Thanks,

tglx
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/