diff options
Diffstat (limited to 'src/superio/fintek/f71808a')
-rw-r--r-- | src/superio/fintek/f71808a/f71808a_hwm.c | 1 | ||||
-rw-r--r-- | src/superio/fintek/f71808a/f71808a_multifunc.c | 1 | ||||
-rw-r--r-- | src/superio/fintek/f71808a/fintek_internal.h | 1 | ||||
-rw-r--r-- | src/superio/fintek/f71808a/superio.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/superio/fintek/f71808a/f71808a_hwm.c b/src/superio/fintek/f71808a/f71808a_hwm.c index 1f533233a0..a3702194cb 100644 --- a/src/superio/fintek/f71808a/f71808a_hwm.c +++ b/src/superio/fintek/f71808a/f71808a_hwm.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <console/console.h> #include <device/device.h> #include <device/pnp.h> diff --git a/src/superio/fintek/f71808a/f71808a_multifunc.c b/src/superio/fintek/f71808a/f71808a_multifunc.c index be4ff04838..32119e2919 100644 --- a/src/superio/fintek/f71808a/f71808a_multifunc.c +++ b/src/superio/fintek/f71808a/f71808a_multifunc.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include <arch/io.h> #include <device/device.h> #include <device/pnp.h> #include "chip.h" diff --git a/src/superio/fintek/f71808a/fintek_internal.h b/src/superio/fintek/f71808a/fintek_internal.h index 715ae5d7b4..7bdb94dcd4 100644 --- a/src/superio/fintek/f71808a/fintek_internal.h +++ b/src/superio/fintek/f71808a/fintek_internal.h @@ -18,7 +18,6 @@ #ifndef SUPERIO_FINTEK_F71808A_INTERNAL_H #define SUPERIO_FINTEK_F71808A_INTERNAL_H -#include <arch/io.h> #include <device/pnp.h> void f71808a_multifunc_init(struct device *dev); diff --git a/src/superio/fintek/f71808a/superio.c b/src/superio/fintek/f71808a/superio.c index 061986d88d..200b21edf2 100644 --- a/src/superio/fintek/f71808a/superio.c +++ b/src/superio/fintek/f71808a/superio.c @@ -15,7 +15,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> |