Re: [PATCH 5/9] ARM: omap1: add back missing includes

2013-03-06 Thread Tony Lindgren
* Arnd Bergmann [130306 03:27]: > On Wednesday 06 March 2013, Tony Lindgren wrote: > > * Arnd Bergmann [130305 14:31]: > > > On Tuesday 05 March 2013, Arnd Bergmann wrote: > > > > The recent reorganization of OMAP header files caused a couple of > > > > files that used to be implicitly included n

Re: [PATCH 5/9] ARM: omap1: add back missing includes

2013-03-06 Thread Arnd Bergmann
On Wednesday 06 March 2013, Tony Lindgren wrote: > * Arnd Bergmann [130305 14:31]: > > On Tuesday 05 March 2013, Arnd Bergmann wrote: > > > The recent reorganization of OMAP header files caused a couple of > > > files that used to be implicitly included now missing from OMAP1. > > > This adds expl

Re: [PATCH 5/9] ARM: omap1: add back missing includes

2013-03-05 Thread Tony Lindgren
* Arnd Bergmann [130305 14:31]: > On Tuesday 05 March 2013, Arnd Bergmann wrote: > > The recent reorganization of OMAP header files caused a couple of > > files that used to be implicitly included now missing from OMAP1. > > This adds explicit inclusions of mach/irqs.h and mach/hardware.h > > in a

Re: [PATCH 5/9] ARM: omap1: add back missing includes

2013-03-05 Thread Arnd Bergmann
On Tuesday 05 March 2013, Arnd Bergmann wrote: > The recent reorganization of OMAP header files caused a couple of > files that used to be implicitly included now missing from OMAP1. > This adds explicit inclusions of mach/irqs.h and mach/hardware.h > in all files that need them for an OMAP1 allyes

[PATCH 5/9] ARM: omap1: add back missing includes

2013-03-05 Thread Arnd Bergmann
The recent reorganization of OMAP header files caused a couple of files that used to be implicitly included now missing from OMAP1. This adds explicit inclusions of mach/irqs.h and mach/hardware.h in all files that need them for an OMAP1 allyesconfig build. Signed-off-by: Arnd Bergmann Cc: Tony L