diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c
index 829bbcae3a011c41784da55764ee900dcca509a5..5c201b3b453d11d5043dfb301f763885263ad424 100644
--- a/drivers/usb/usb_ohci.c
+++ b/drivers/usb/usb_ohci.c
@@ -111,7 +111,6 @@ static struct pci_device_id ohci_pci_ids[] = {
 #define dbg(format, arg...) do {} while(0)
 #endif /* DEBUG */
 #define err(format, arg...) printf("ERROR: " format "\n", ## arg)
-#undef SHOW_INFO
 #ifdef SHOW_INFO
 #define info(format, arg...) printf("INFO: " format "\n", ## arg)
 #else