summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-08-13 16:34:50 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2008-08-14 16:52:54 +1000
commit5d84d5df935ed22269d7535f5a4727e111ca69b2 (patch)
treee13e1582654affccb90a2d51e620d51cb2fba4b2
parent655f30bb59b72e369bf3b10e7308704db6542c6a (diff)
usb: fix up use of usb_dbg
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--drivers/usb/host/ohci-hcd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
index 89901962cbfd..0269f8d1c243 100644
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
@@ -45,6 +45,7 @@
#include <asm/byteorder.h>
#include "../core/hcd.h"
+#include "../core/usb.h"
#define DRIVER_VERSION "2006 August 04"
#define DRIVER_AUTHOR "Roman Weissgaerber, David Brownell"