From 3e6913b389736ba38e104596871e0dac78c09beb Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Sat, 2 Mar 2019 16:26:10 +0200 Subject: arch/io.h: Fix PCI and PNP simple typedefs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Provide clean separation for PCI and PNP headers, followup will also move PNP outside . Change-Id: I85db254d50f18ea34a5e95bc517eac4085a5fafa Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/31690 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/include/device/pci_ehci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/device/pci_ehci.h') diff --git a/src/include/device/pci_ehci.h b/src/include/device/pci_ehci.h index 9d18bcc798..146946ce75 100644 --- a/src/include/device/pci_ehci.h +++ b/src/include/device/pci_ehci.h @@ -17,8 +17,8 @@ #ifndef _PCI_EHCI_H_ #define _PCI_EHCI_H_ -#include #include +#include #define EHCI_BAR_INDEX 0x10 #define PCI_EHCI_CLASSCODE 0x0c0320 /* USB2.0 with EHCI controller */ -- cgit v1.2.3