diff options
Diffstat (limited to 'src/southbridge/intel/lynxpoint/pch.c')
-rw-r--r-- | src/southbridge/intel/lynxpoint/pch.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/southbridge/intel/lynxpoint/pch.c b/src/southbridge/intel/lynxpoint/pch.c index b4f64e1436..cc3718d444 100644 --- a/src/southbridge/intel/lynxpoint/pch.c +++ b/src/southbridge/intel/lynxpoint/pch.c @@ -21,14 +21,10 @@ #include <console/console.h> #include <delay.h> -#ifdef __SMM__ #include <arch/io.h> -#include <arch/romcc_io.h> -#include <device/pci_def.h> -#else /* !__SMM__ */ #include <device/device.h> #include <device/pci.h> -#endif +#include <device/pci_def.h> #include "pch.h" static device_t pch_get_lpc_device(void) |