aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
authorGeyslan G. Bem <geyslan@gmail.com>2016-01-25 22:45:09 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-03 13:44:05 -0800
commit93df42ba1b4fe5bc3157e4fbd15baf11b2129217 (patch)
tree43cd7adc27250c9d68161a9cf18f440d643528fa /drivers/usb/host/ehci.h
parentusb: host: ehci-dbg: add function output_buf_tds_dir() (diff)
downloadwireguard-linux-93df42ba1b4fe5bc3157e4fbd15baf11b2129217.tar.xz
wireguard-linux-93df42ba1b4fe5bc3157e4fbd15baf11b2129217.zip
usb: ehci: remove old stub_debug_files definition
This patch removes the local STUB_DEBUG_FILES debugging definition. STUB_DEBUG_FILES was used only in ehci-hcd, whereas CONFIG_DYNAMIC_DEBUG is used all over the kernel. Signed-off-by: Geyslan G. Bem <geyslan@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r--drivers/usb/host/ehci.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index d1b29b36b347..2ddf35203c05 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -870,11 +870,6 @@ static inline u32 hc32_to_cpup(const struct ehci_hcd *ehci, const __hc32 *x)
#define ehci_warn(ehci, fmt, args...) \
dev_warn(ehci_to_hcd(ehci)->self.controller, fmt, ## args)
-
-#ifndef CONFIG_DYNAMIC_DEBUG
-#define STUB_DEBUG_FILES
-#endif
-
/*-------------------------------------------------------------------------*/
/* Declarations of things exported for use by ehci platform drivers */