Re: [PATCH] ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h

2013-03-04 Thread Tony Lindgren
* Arnd Bergmann [130304 12:36]: > On Monday 04 March 2013, Tony Lindgren wrote: > > > Arnd & Olof, can you please apply this to your non-critical fixes > > > or some other branch that gets merged early on during the merge > > > window? > > > > I'll apply this into omap-for-v3.9-rc1/fixes. > > >

Re: [PATCH] ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h

2013-03-04 Thread Arnd Bergmann
On Monday 04 March 2013, Tony Lindgren wrote: > > Arnd & Olof, can you please apply this to your non-critical fixes > > or some other branch that gets merged early on during the merge > > window? > > I'll apply this into omap-for-v3.9-rc1/fixes. > I totally missed this one from you, and I have a

Re: [PATCH] ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h

2013-03-04 Thread Tony Lindgren
* Tony Lindgren [130211 14:49]: > Commit 16559ae4 (kgdb: remove #include from kgdb.h) > had a side effect of breaking omap1_defconfig build as some headers > were included indirectly: > > arch/arm/mach-omap1/board-h2.c:249: error: ‘INT_KEYBOARD’ undeclared here > (not in a function) > ... > >

[PATCH] ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h

2013-02-11 Thread Tony Lindgren
Commit 16559ae4 (kgdb: remove #include from kgdb.h) had a side effect of breaking omap1_defconfig build as some headers were included indirectly: arch/arm/mach-omap1/board-h2.c:249: error: ‘INT_KEYBOARD’ undeclared here (not in a function) ... This worked earlier as linux/serial_8250.h included