From: Tony Lindgren Date: Mon, 11 Feb 2013 22:46:00 +0000 (-0800) Subject: ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h X-Git-Tag: omap-for-v3.9-rc1/fixes-signed~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0adcbaf78f6267baf4eecc201107d8f8ff3b200c;p=pandora-kernel.git ARM: OMAP1: Fix build related to kgdb.h no longer including serial_8250.h 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 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 --- Reading git-diff-tree failed