diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-04 18:35:26 -0500 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-04 18:35:26 -0500 |
| commit | 16559ae48c76f1ceb970b9719dea62b77eb5d06b (patch) | |
| tree | 4ae548f78dedaf7d843d68f04effadc9a02fd040 /kernel/debug | |
| parent | 85f024401bf80746ae08b7fd5809a9b16accf0b1 (diff) | |
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 'kernel/debug')
| -rw-r--r-- | kernel/debug/debug_core.c | 1 | ||||
| -rw-r--r-- | kernel/debug/gdbstub.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/kernel/debug/debug_core.c b/kernel/debug/debug_core.c index 9a61738cefc8..c26278fd4851 100644 --- a/kernel/debug/debug_core.c +++ b/kernel/debug/debug_core.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | */ | 29 | */ |
| 30 | #include <linux/pid_namespace.h> | 30 | #include <linux/pid_namespace.h> |
| 31 | #include <linux/clocksource.h> | 31 | #include <linux/clocksource.h> |
| 32 | #include <linux/serial_core.h> | ||
| 32 | #include <linux/interrupt.h> | 33 | #include <linux/interrupt.h> |
| 33 | #include <linux/spinlock.h> | 34 | #include <linux/spinlock.h> |
| 34 | #include <linux/console.h> | 35 | #include <linux/console.h> |
diff --git a/kernel/debug/gdbstub.c b/kernel/debug/gdbstub.c index ce615e064482..38573f35a5ad 100644 --- a/kernel/debug/gdbstub.c +++ b/kernel/debug/gdbstub.c | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | #include <linux/kernel.h> | 31 | #include <linux/kernel.h> |
| 32 | #include <linux/kgdb.h> | 32 | #include <linux/kgdb.h> |
| 33 | #include <linux/kdb.h> | 33 | #include <linux/kdb.h> |
| 34 | #include <linux/serial_core.h> | ||
| 34 | #include <linux/reboot.h> | 35 | #include <linux/reboot.h> |
| 35 | #include <linux/uaccess.h> | 36 | #include <linux/uaccess.h> |
| 36 | #include <asm/cacheflush.h> | 37 | #include <asm/cacheflush.h> |
