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:
Kyösti Mälkki
2014-01-30 16:45:29 +02:00
parent d0281f15eb
commit e2f4c2a72f
92 changed files with 0 additions and 93 deletions

View File

@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_fdc37m60x_config {

View File

@@ -20,7 +20,6 @@
#include <device/device.h>
#include <device/pnp.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -22,7 +22,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_fdc37n972_config {

View File

@@ -20,7 +20,6 @@
#include <stdlib.h>
#include <device/device.h>
#include <device/pnp.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include "chip.h"
#include "fdc37n972.h"

View File

@@ -21,7 +21,6 @@
#define SUPERIO_SMSC_KBC1100_CHIP_H
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_kbc1100_config {

View File

@@ -26,7 +26,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -22,7 +22,6 @@
#define SUPERIO_SMSC_LPC47B272_CHIP_H
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_lpc47b272_config {

View File

@@ -30,7 +30,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -24,7 +24,6 @@
#define SUPERIO_SMSC_LPC47B397_CHIP_H
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_lpc47b397_config {

View File

@@ -27,7 +27,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -26,7 +26,6 @@
#define SUPERIO_SMSC_LPC47M10X_CHIP_H
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_lpc47m10x_config {

View File

@@ -29,7 +29,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -21,7 +21,6 @@
#define SUPERIO_SMSC_LPC47M15X_CHIP_H
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_lpc47m15x_config {

View File

@@ -26,7 +26,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -29,7 +29,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <assert.h>
#include <stdlib.h>
#include "lpc47n217.h"

View File

@@ -22,7 +22,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_lpc47n227_config {

View File

@@ -26,7 +26,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <assert.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -21,7 +21,6 @@
#define SUPERIO_SMSC_MEC1308_CHIP_H
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_mec1308_config {
struct pc_keyboard keyboard;

View File

@@ -21,7 +21,6 @@
#define SUPERIO_SCH_4037_CHIP_H
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_sch4037_config {

View File

@@ -26,7 +26,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -21,10 +21,8 @@
#define SUPERIO_SMSC_SIO1036_CHIP_H
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_sio1036_config {
struct uart8250 com1;
};
#endif //SUPERIO_SMSC_SIO1036_CHIP_H

View File

@@ -26,7 +26,6 @@
#include <console/console.h>
#include <device/smbus.h>
#include <string.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"

View File

@@ -22,7 +22,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_sio10n268_config {

View File

@@ -20,7 +20,6 @@
#include <stdlib.h>
#include <device/device.h>
#include <device/pnp.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include "chip.h"
#include "sio10n268.h"

View File

@@ -23,7 +23,6 @@
#include <device/device.h>
#include <pc80/keyboard.h>
#include <uart8250.h>
struct superio_smsc_smscsuperio_config {

View File

@@ -39,7 +39,6 @@
#include <device/pnp.h>
#include <superio/conf_mode.h>
#include <console/console.h>
#include <uart8250.h>
#include <pc80/keyboard.h>
#include <stdlib.h>
#include "chip.h"