diff options
Diffstat (limited to 'src/superio/fintek/f71859')
-rw-r--r-- | src/superio/fintek/f71859/early_serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71859/early_serial.c b/src/superio/fintek/f71859/early_serial.c index 6781ad7bd8..4401714b98 100644 --- a/src/superio/fintek/f71859/early_serial.c +++ b/src/superio/fintek/f71859/early_serial.c @@ -20,7 +20,7 @@ /* Pre-RAM driver for the Fintek F71859 Super I/O chip. */ -#include <arch/romcc_io.h> +#include <arch/io.h> #include "f71859.h" static void pnp_enter_conf_state(device_t dev) |