diff --git a/src/drivers/bus/pci.c b/src/drivers/bus/pci.c index 03b93672..0ae7c3bc 100644 --- a/src/drivers/bus/pci.c +++ b/src/drivers/bus/pci.c @@ -2,8 +2,6 @@ #include "dev.h" #include "pci.h" -#define DEBUG_PCI - #undef DBG #ifdef DEBUG_PCI #define DBG(...) printf ( __VA_ARGS__ )