diff options
Diffstat (limited to 'src/device/oprom')
-rw-r--r-- | src/device/oprom/realmode/x86_interrupts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/oprom/realmode/x86_interrupts.c b/src/device/oprom/realmode/x86_interrupts.c index 7ec77f8b9d..e70b25db0a 100644 --- a/src/device/oprom/realmode/x86_interrupts.c +++ b/src/device/oprom/realmode/x86_interrupts.c @@ -19,7 +19,6 @@ #include <arch/registers.h> #include <console/console.h> #include <device/pci.h> -#include <device/pci_ids.h> #include <device/pci_ops.h> #include <string.h> |