mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
This commit is contained in:
parent
478d5ec9ae
commit
6c0e9a8f1c
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue