From: Gururaja Hebbar K R Date: Wed, 2 Apr 2008 05:34:43 +0000 (+0530) Subject: Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c X-Git-Tag: v2008.10-rc1~465 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df;p=platform%2Fkernel%2Fu-boot.git Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c Signed-off-by: gururaja hebbar --- diff --git a/drivers/usb/usb_ohci.c b/drivers/usb/usb_ohci.c index 829bbca..5c201b3 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