mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 15:42:32 +00:00
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>
This commit is contained in:
parent
85f024401b
commit
16559ae48c
7 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue