summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hcd.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-08-08 14:38:31 -0700
committerStephen Rothwell <sfr@canb.auug.org.au>2008-08-14 10:12:13 +1000
commitece9ca9ee768bcac8fc4745792de8f185748ae7f (patch)
treebb6ccaf01a65de78a30ef75402dcbcc850c430a6 /drivers/usb/host/ehci-hcd.c
parentac864a1ec8f7af57c6487976dd3fc9c1d29cbf8f (diff)
USB: convert the USB host controller code to use usb_dbg()
It's a plug-in replacement for dev_dbg() and it lets you turn it on or off based on the usbcore debug parameter. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r--drivers/usb/host/ehci-hcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index d9d53f289caf..69ba2381e5c4 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -36,6 +36,7 @@
#include <linux/debugfs.h>
#include "../core/hcd.h"
+#include "../core/usb.h"
#include <asm/byteorder.h>
#include <asm/io.h>