Skip to content
Commit 16559ae4 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 85f02440
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment