diff options
author | Gururaja Hebbar K R <gururajakr@sanyo.co.in> | 2008-04-02 11:04:43 +0530 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-04-17 14:03:16 -0700 |
commit | 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df (patch) | |
tree | a72a8fcf897d3ae7745858160122137d34b9dbe7 /drivers/usb | |
parent | 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d (diff) | |
download | u-boot-imx-6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df.zip u-boot-imx-6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df.tar.gz u-boot-imx-6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df.tar.bz2 |
Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/usb_ohci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |