aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kgdb.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-04 15:35:26 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-02-04 15:35:26 -0800
commit16559ae48c76f1ceb970b9719dea62b77eb5d06b (patch)
tree4ae548f78dedaf7d843d68f04effadc9a02fd040 /include/linux/kgdb.h
parentserial_core: Fix type definition for PORT_BRCM_TRUMANAGE. (diff)
downloadlinux-dev-16559ae48c76f1ceb970b9719dea62b77eb5d06b.tar.xz
linux-dev-16559ae48c76f1ceb970b9719dea62b77eb5d06b.zip
kgdb: remove #include <linux/serial_8250.h> 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 <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/kgdb.h')
-rw-r--r--include/linux/kgdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/kgdb.h b/include/linux/kgdb.h
index 4dff0c6ed58f..c6e091bf39a5 100644
--- a/include/linux/kgdb.h
+++ b/include/linux/kgdb.h
@@ -13,7 +13,6 @@
#ifndef _KGDB_H_
#define _KGDB_H_
-#include <linux/serial_8250.h>
#include <linux/linkage.h>
#include <linux/init.h>
#include <linux/atomic.h>