diff options
Diffstat (limited to 'src/include/device/pci_ehci.h')
-rw-r--r-- | src/include/device/pci_ehci.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <arch/io.h> #include <device/device.h> +#include <device/pci_type.h> #define EHCI_BAR_INDEX 0x10 #define PCI_EHCI_CLASSCODE 0x0c0320 /* USB2.0 with EHCI controller */ |