Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c

Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
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 @@
 #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