commit | 16559ae48c76f1ceb970b9719dea62b77eb5d06b | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 04 15:35:26 2013 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Feb 04 15:35:26 2013 -0800 |
tree | 4ae548f78dedaf7d843d68f04effadc9a02fd040 | |
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>