From: Greg Kroah-Hartman Date: Mon, 4 Feb 2013 23:35:26 +0000 (-0800) Subject: kgdb: remove #include from kgdb.h X-Git-Tag: v3.9-rc1~125^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16559ae48c76f1ceb970b9719dea62b77eb5d06b;p=pandora-kernel.git kgdb: remove #include from kgdb.h There's no reason kgdb.h itself needs to include the 8250 serial port header file. So push it down to the _very_ limited number of individual drivers that need the values in that file, and fix up the places where people really wanted serial_core.h and platform_device.h. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed