uart8250: Drop includes in superio
Change-Id: If723896cc31da75dbb3a63d5dc959764e96fded1 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5139 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
#include <superio/conf_mode.h>
|
||||
#include <console/console.h>
|
||||
#include <stdlib.h>
|
||||
#include <uart8250.h>
|
||||
#include "f71805f.h"
|
||||
|
||||
static void f71805f_init(device_t dev)
|
||||
|
@@ -25,7 +25,6 @@
|
||||
#include <superio/conf_mode.h>
|
||||
#include <console/console.h>
|
||||
#include <stdlib.h>
|
||||
#include <uart8250.h>
|
||||
#include "f71859.h"
|
||||
|
||||
static void f71859_init(device_t dev)
|
||||
|
@@ -23,7 +23,6 @@
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <device/device.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
struct superio_fintek_f71863fg_config {
|
||||
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <superio/conf_mode.h>
|
||||
#include <console/console.h>
|
||||
#include <stdlib.h>
|
||||
#include <uart8250.h>
|
||||
#include "chip.h"
|
||||
#include "f71863fg.h"
|
||||
|
||||
|
@@ -23,7 +23,6 @@
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <device/device.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
struct superio_fintek_f71869ad_config {
|
||||
struct pc_keyboard keyboard;
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <superio/conf_mode.h>
|
||||
#include <console/console.h>
|
||||
#include <stdlib.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
#include "chip.h"
|
||||
#include "f71869ad.h"
|
||||
|
@@ -22,7 +22,6 @@
|
||||
#define SUPERIO_FINTEK_F71872_CHIP_H
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
struct superio_fintek_f71872_config {
|
||||
|
||||
|
@@ -23,7 +23,6 @@
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <device/device.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
struct superio_fintek_f71889_config {
|
||||
|
||||
|
@@ -24,7 +24,6 @@
|
||||
#include <superio/conf_mode.h>
|
||||
#include <console/console.h>
|
||||
#include <stdlib.h>
|
||||
#include <uart8250.h>
|
||||
#include "chip.h"
|
||||
#include "f71889.h"
|
||||
|
||||
|
@@ -22,7 +22,6 @@
|
||||
#define SUPERIO_FINTEK_F81865_CHIP_H
|
||||
|
||||
#include <pc80/keyboard.h>
|
||||
#include <uart8250.h>
|
||||
|
||||
/* This chip doesn't have keyboard and mouse support. */
|
||||
|
||||
|
Reference in New Issue
Block a user