diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/compaq/deskpro_en_sff_p600/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c b/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c index feccfb7efe..cfda5dbeb0 100644 --- a/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c +++ b/src/mainboard/compaq/deskpro_en_sff_p600/romstage.c @@ -30,7 +30,7 @@ #include "lib/delay.c" #include "cpu/x86/bist.h" /* FIXME: This should be PC97307 (but it's buggy at the moment)! */ -#include "superio/nsc/pc97317/early_serial.c" +#include <superio/nsc/pc97317/pc97317.h> #include <lib.h> /* FIXME: This should be PC97307 (but it's buggy at the moment)! */ |