diff options
Diffstat (limited to 'src/mainboard/gigabyte/ga-6bxc')
-rw-r--r-- | src/mainboard/gigabyte/ga-6bxc/romstage.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/ga-6bxc/romstage.c b/src/mainboard/gigabyte/ga-6bxc/romstage.c index 89761c93ce..1b2e29b9ff 100644 --- a/src/mainboard/gigabyte/ga-6bxc/romstage.c +++ b/src/mainboard/gigabyte/ga-6bxc/romstage.c @@ -30,8 +30,7 @@ #include "drivers/pc80/udelay_io.c" #include "lib/delay.c" #include "cpu/x86/bist.h" -void it8671f_48mhz_clkin(void); -#include "superio/ite/it8671f/early_serial.c" +#include <superio/ite/it8671f/it8671f.h> #include <lib.h> #define SERIAL_DEV PNP_DEV(0x3f0, IT8671F_SP1) |