arch/io.h: Drop unnecessary include

Change-Id: I91158452680586ac676ea11c8589062880a31f91
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/31692
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kyösti Mälkki
2019-03-02 18:00:29 +02:00
parent bdaec07a85
commit 065857ee7f
551 changed files with 0 additions and 551 deletions

View File

@@ -16,7 +16,6 @@
* GNU General Public License for more details.
*/
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -15,7 +15,6 @@
/* RAM driver for the SMSC KBC1100 Super I/O chip */
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -19,7 +19,6 @@
/* RAM driver for SMSC LPC47B272 Super I/O chip. */
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -16,7 +16,6 @@
* GNU General Public License for more details.
*/
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -18,7 +18,6 @@
* GNU General Public License for more details.
*/
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -15,7 +15,6 @@
/* RAM driver for the SMSC LPC47M15X Super I/O chip */
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -16,7 +16,6 @@
#ifndef SUPERIO_SMSC_LPC47N207_H
#define SUPERIO_SMSC_LPC47N207_H
#include <arch/io.h>
#include <stdint.h>
void try_enabling_LPC47N207_uart(void);

View File

@@ -16,7 +16,6 @@
/* RAM-based driver for SMSC LPC47N227 Super I/O chip. */
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <console/console.h>

View File

@@ -15,7 +15,6 @@
/* RAM driver for the SMSC MEC1308 Super I/O chip */
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -15,7 +15,6 @@
/* RAM driver for the SMSC KBC1100 Super I/O chip */
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -15,7 +15,6 @@
/* RAM driver for the SMSC SIO1036 Super I/O chip */
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>

View File

@@ -30,7 +30,6 @@
* stuff (e.g. HWM, ACPI, SMBus) more work is probably required.
*/
#include <arch/io.h>
#include <device/device.h>
#include <device/pnp.h>
#include <superio/conf_mode.h>