Tony Lindgren 0adcbaf78f ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h
Commit 16559ae4 (kgdb: remove #include <linux/serial_8250.h> 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 linux/serial_core.h,
via linux/serial_8250.h from linux/kgdb.h. Fix this by including the
necessary headers directly.

Signed-off-by: Tony Lindgren <tony@atomide.com>
2013-03-04 11:12:16 -08:00
..
2013-02-22 23:31:31 -05:00
2013-02-21 15:33:45 -08:00
2011-10-03 15:52:38 +00:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2013-02-22 23:31:31 -05:00
2013-01-24 09:04:04 +01:00
2013-02-21 17:22:17 -08:00
2012-02-15 04:31:21 +00:00
2012-01-22 14:50:02 +01:00
2011-09-14 16:40:52 +00:00
2013-01-08 18:53:56 -08:00
2012-10-12 10:21:02 +09:00
2011-06-24 17:14:39 +09:00
2011-07-04 16:02:48 +09:00