* [linux-next 20111025] build failure with make u8500_defconfig
@ 2011-10-27 3:11 Axel Lin
2011-10-28 19:32 ` Linus Walleij
0 siblings, 1 reply; 3+ messages in thread
From: Axel Lin @ 2011-10-27 3:11 UTC (permalink / raw)
To: linux-kernel; +Cc: Rob Herring, Linus Walleij, "Stephen Rothwell sfr"
I got below build error by "make u8500_defconfig" on linux-next 20111025.
CC arch/arm/common/gic.o
arch/arm/common/gic.c: In function 'gic_dist_init':
arch/arm/common/gic.c:290: error: 'irq_start' undeclared (first use in this function)
arch/arm/common/gic.c:290: error: (Each undeclared identifier is reported only once
arch/arm/common/gic.c:290: error: for each function it appears in.)
arch/arm/common/gic.c:296: error: 'struct gic_chip_data' has no member named 'irq_offset'
arch/arm/common/gic.c: In function 'gic_init':
arch/arm/common/gic.c:620: error: 'THIS_MODULE' undeclared (first use in this function)
make[1]: *** [arch/arm/common/gic.o] Error 1
make: *** [arch/arm/common] Error 2
Regards,
Axel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next 20111025] build failure with make u8500_defconfig
2011-10-27 3:11 [linux-next 20111025] build failure with make u8500_defconfig Axel Lin
@ 2011-10-28 19:32 ` Linus Walleij
2011-10-28 21:22 ` Rob Herring
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2011-10-28 19:32 UTC (permalink / raw)
To: Axel Lin, Marc Zyngier
Cc: linux-kernel, Rob Herring, "Stephen Rothwell sfr"
On Thu, Oct 27, 2011 at 5:11 AM, Axel Lin <axel.lin@gmail.com> wrote:
> I got below build error by "make u8500_defconfig" on linux-next 20111025.
>
> CC arch/arm/common/gic.o
> arch/arm/common/gic.c: In function 'gic_dist_init':
> arch/arm/common/gic.c:290: error: 'irq_start' undeclared (first use in this function)
> arch/arm/common/gic.c:290: error: (Each undeclared identifier is reported only once
> arch/arm/common/gic.c:290: error: for each function it appears in.)
> arch/arm/common/gic.c:296: error: 'struct gic_chip_data' has no member named 'irq_offset'
> arch/arm/common/gic.c: In function 'gic_init':
> arch/arm/common/gic.c:620: error: 'THIS_MODULE' undeclared (first use in this function)
> make[1]: *** [arch/arm/common/gic.o] Error 1
> make: *** [arch/arm/common] Error 2
Hm I don't get it, the lines in the compile error seems to come from the
"ARM: gic: consolidate PPI handling" patch, so Marc if this is my
fault can you help me out in advicing me on how to fix it up properly?
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [linux-next 20111025] build failure with make u8500_defconfig
2011-10-28 19:32 ` Linus Walleij
@ 2011-10-28 21:22 ` Rob Herring
0 siblings, 0 replies; 3+ messages in thread
From: Rob Herring @ 2011-10-28 21:22 UTC (permalink / raw)
To: Linus Walleij
Cc: Axel Lin, Marc Zyngier, linux-kernel,
"Stephen Rothwell sfr", Arnd Bergmann
On 10/28/2011 02:32 PM, Linus Walleij wrote:
> On Thu, Oct 27, 2011 at 5:11 AM, Axel Lin <axel.lin@gmail.com> wrote:
>
>> I got below build error by "make u8500_defconfig" on linux-next 20111025.
>>
>> CC arch/arm/common/gic.o
>> arch/arm/common/gic.c: In function 'gic_dist_init':
>> arch/arm/common/gic.c:290: error: 'irq_start' undeclared (first use in this function)
>> arch/arm/common/gic.c:290: error: (Each undeclared identifier is reported only once
>> arch/arm/common/gic.c:290: error: for each function it appears in.)
>> arch/arm/common/gic.c:296: error: 'struct gic_chip_data' has no member named 'irq_offset'
>> arch/arm/common/gic.c: In function 'gic_init':
>> arch/arm/common/gic.c:620: error: 'THIS_MODULE' undeclared (first use in this function)
>> make[1]: *** [arch/arm/common/gic.o] Error 1
>> make: *** [arch/arm/common] Error 2
>
> Hm I don't get it, the lines in the compile error seems to come from the
> "ARM: gic: consolidate PPI handling" patch, so Marc if this is my
> fault can you help me out in advicing me on how to fix it up properly?
>
It's a known issue and will get fixed when Arnd pulls my updated branch
for GIC DT support.
Rob
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-10-28 21:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27 3:11 [linux-next 20111025] build failure with make u8500_defconfig Axel Lin
2011-10-28 19:32 ` Linus Walleij
2011-10-28 21:22 ` Rob Herring
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).