From 2178b7286b1fc04d4ce9306b7bab3596fde21bcd Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Sun, 31 May 2020 00:55:35 +0200 Subject: sb/intel/lynxpoint: Move IOBP API to its own compilation unit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icb6114302cebe19bc3c1971929ea4fc085b454be Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/41946 Reviewed-by: Michael Niewöhner Reviewed-by: Felix Held Reviewed-by: Jonathan Kollasch Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/southbridge/intel/lynxpoint/usb_ehci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/intel/lynxpoint/usb_ehci.c') diff --git a/src/southbridge/intel/lynxpoint/usb_ehci.c b/src/southbridge/intel/lynxpoint/usb_ehci.c index 4323f30948..a6bc5c6bcb 100644 --- a/src/southbridge/intel/lynxpoint/usb_ehci.c +++ b/src/southbridge/intel/lynxpoint/usb_ehci.c @@ -8,6 +8,7 @@ #include #include #include +#include "iobp.h" #include "pch.h" #ifdef __SIMPLE_DEVICE__ -- cgit v1.2.3