]> git.baikalelectronics.ru Git - kernel.git/commit
kgdb: remove #include <linux/serial_8250.h> from kgdb.h
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 23:35:26 +0000 (15:35 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 23:35:26 +0000 (15:35 -0800)
commita6609ef9193bb942ad5b9b25d6184c1571aeaacf
tree4ae548f78dedaf7d843d68f04effadc9a02fd040
parentf8fa2071365d8fc3710a2dd2378e8a96288f3cb7
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>
drivers/gpu/drm/gma500/cdv_intel_dp.c
drivers/tty/serial/kgdb_nmi.c
drivers/video/auo_k190x.c
drivers/video/backlight/ot200_bl.c
include/linux/kgdb.h
kernel/debug/debug_core.c
kernel/debug/gdbstub.c