Re: linux-next: build failure after merge of the final tree (arm-soc tree related)

2012-09-17 Thread Tony Lindgren
* Tony Lindgren [120917 10:25]: > * Arnd Bergmann [120917 07:30]: > > > > If it requires plat/cpu.h, it should actually be limited to > > CONFIG_ARCH_OMAP, > > otherwise we will get the same problem on non-OMAP ARM builds. From what > > I can tell, the problem is the clocks_init function, which

Re: linux-next: build failure after merge of the final tree (arm-soc tree related)

2012-09-17 Thread Tony Lindgren
* Olof Johansson [120917 07:12]: > Hi, > > On Mon, Sep 17, 2012 at 09:26:15PM +1000, Stephen Rothwell wrote: > > Hi all, > > > > After merging the final tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No

Re: linux-next: build failure after merge of the final tree (arm-soc tree related)

2012-09-17 Thread Tony Lindgren
* Arnd Bergmann [120917 07:30]: > On Monday 17 September 2012, Stephen Rothwell wrote: > > After merging the final tree, today's linux-next build (powerpc > > allyesconfig) failed like this: > > > > drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or > > directory > > > > Cau

Re: linux-next: build failure after merge of the final tree (arm-soc tree related)

2012-09-17 Thread Arnd Bergmann
On Monday 17 September 2012, Stephen Rothwell wrote: > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or > directory > > Caused by commit 7d7e1eba7e92 ("ARM: OMAP2+: Prepare

Re: linux-next: build failure after merge of the final tree (arm-soc tree related)

2012-09-17 Thread Olof Johansson
Hi, On Mon, Sep 17, 2012 at 09:26:15PM +1000, Stephen Rothwell wrote: > Hi all, > > After merging the final tree, today's linux-next build (powerpc > allyesconfig) failed like this: > > drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or > directory > > Caused by commit 7d7e

linux-next: build failure after merge of the final tree (arm-soc tree related)

2012-09-17 Thread Stephen Rothwell
Hi all, After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/mfd/twl-core.c:49:22: fatal error: plat/cpu.h: No such file or directory Caused by commit 7d7e1eba7e92 ("ARM: OMAP2+: Prepare for irqs.h removal"). I have added the following patch to