summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci.h
diff options
context:
space:
mode:
authorOliver Neukum <oneukum@suse.de>2013-11-18 16:22:58 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-03 22:25:22 +0400
commitd2c4254ff9753485900762dea98958ae4622aa05 (patch)
tree8c6a4474da7b5a39adb3f07c3be38bfbf6eb14fd /drivers/usb/host/ohci.h
parent5c2a18014f906d81ae83484801831650f0fa07fe (diff)
downloadlinux-d2c4254ff9753485900762dea98958ae4622aa05.tar.xz
ohci: kill ohci_vdbg
With the introduction of dynamic debugging it has become redundant. Collapse it with ohci_dbg() Signed-off-by: Oliver Neukum <oneukum@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci.h')
-rw-r--r--drivers/usb/host/ohci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/usb/host/ohci.h b/drivers/usb/host/ohci.h
index ea02722cab04..9250cada13f0 100644
--- a/drivers/usb/host/ohci.h
+++ b/drivers/usb/host/ohci.h
@@ -482,12 +482,6 @@ static inline struct usb_hcd *ohci_to_hcd (const struct ohci_hcd *ohci)
#define ohci_warn(ohci, fmt, args...) \
dev_warn (ohci_to_hcd(ohci)->self.controller , fmt , ## args )
-#ifdef OHCI_VERBOSE_DEBUG
-# define ohci_vdbg ohci_dbg
-#else
-# define ohci_vdbg(ohci, fmt, args...) do { } while (0)
-#endif
-
/*-------------------------------------------------------------------------*/
/*