diff --git a/src/arch/i386/core/pci_io.c b/src/arch/i386/core/pci_io.c index ae2e2201..acc396cf 100644 --- a/src/arch/i386/core/pci_io.c +++ b/src/arch/i386/core/pci_io.c @@ -18,8 +18,6 @@ #include "realmode.h" #endif -#define DEBUG_PCI_IO - #undef DBG #ifdef DEBUG_PCI_IO #define DBG(...) printf ( __VA_ARGS__ )