projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
478d5ec
)
Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
author
Gururaja Hebbar K R
<gururajakr@sanyo.co.in>
Wed, 2 Apr 2008 05:34:43 +0000
(11:04 +0530)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 17 Apr 2008 21:03:16 +0000
(14:03 -0700)
Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
drivers/usb/usb_ohci.c
patch
|
blob
|
history
diff --git
a/drivers/usb/usb_ohci.c
b/drivers/usb/usb_ohci.c
index 829bbcae3a011c41784da55764ee900dcca509a5..5c201b3b453d11d5043dfb301f763885263ad424 100644
(file)
--- 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