From e1a616cf998929236279704434b5205af7afe427 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 21 Jun 2020 17:02:43 +0200 Subject: sb/intel/i82801ix: Use pmutil.h definitions Also drop now-redundant definitions and include headers where needed. Tested with BUILD_TIMELESS=1, Roda RK9 remains identical. Change-Id: I3ddd133a4e81a7f6ce9c33ce227b40006a0d1850 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/42658 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/northbridge/intel/gm45/romstage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/northbridge/intel/gm45') diff --git a/src/northbridge/intel/gm45/romstage.c b/src/northbridge/intel/gm45/romstage.c index f7998c926a..d51061267f 100644 --- a/src/northbridge/intel/gm45/romstage.c +++ b/src/northbridge/intel/gm45/romstage.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #define LPC_DEV PCI_DEV(0, 0x1f, 0) -- cgit v1.2.3