Re: [PATCH] ARM: ux500: Fix build error due to missing include of asm/pmu.h in cpu-db8500.c

2012-09-03 Thread Linus Walleij
On Mon, Sep 3, 2012 at 3:38 PM, Will Deacon wrote: > On Mon, Sep 03, 2012 at 11:47:51AM +0100, Linus Walleij wrote: >> On Sun, Sep 2, 2012 at 2:25 PM, Axel Lin wrote: >> >> > Include asm/pmu.h to fix below build error: >> > >> > CC arch/arm/mach-ux500/cpu-db8500.o >> > arch/arm/mach-ux500/

Re: [PATCH] ARM: ux500: Fix build error due to missing include of asm/pmu.h in cpu-db8500.c

2012-09-03 Thread Will Deacon
On Mon, Sep 03, 2012 at 11:47:51AM +0100, Linus Walleij wrote: > On Sun, Sep 2, 2012 at 2:25 PM, Axel Lin wrote: > > > Include asm/pmu.h to fix below build error: > > > > CC arch/arm/mach-ux500/cpu-db8500.o > > arch/arm/mach-ux500/cpu-db8500.c:118:8: error: variable > > 'db8500_pmu_platda

Re: [PATCH] ARM: ux500: Fix build error due to missing include of asm/pmu.h in cpu-db8500.c

2012-09-03 Thread Axel Lin
2012/9/3 Linus Walleij : > On Sun, Sep 2, 2012 at 2:25 PM, Axel Lin wrote: > >> Include asm/pmu.h to fix below build error: >> >> CC arch/arm/mach-ux500/cpu-db8500.o >> arch/arm/mach-ux500/cpu-db8500.c:118:8: error: variable >> 'db8500_pmu_platdata' has initializer but incomplete type >> a

Re: [PATCH] ARM: ux500: Fix build error due to missing include of asm/pmu.h in cpu-db8500.c

2012-09-03 Thread Linus Walleij
On Sun, Sep 2, 2012 at 2:25 PM, Axel Lin wrote: > Include asm/pmu.h to fix below build error: > > CC arch/arm/mach-ux500/cpu-db8500.o > arch/arm/mach-ux500/cpu-db8500.c:118:8: error: variable 'db8500_pmu_platdata' > has initializer but incomplete type > arch/arm/mach-ux500/cpu-db8500.c:11

[PATCH] ARM: ux500: Fix build error due to missing include of asm/pmu.h in cpu-db8500.c

2012-09-02 Thread Axel Lin
Include asm/pmu.h to fix below build error: CC arch/arm/mach-ux500/cpu-db8500.o arch/arm/mach-ux500/cpu-db8500.c:118:8: error: variable 'db8500_pmu_platdata' has initializer but incomplete type arch/arm/mach-ux500/cpu-db8500.c:119:2: error: unknown field 'handle_irq' specified in initiali