summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2008-10-17 19:19:03 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2008-10-17 19:19:03 +1100
commit1ebb6c6b54a0b69b94982ce7da867e267a33af13 (patch)
tree544bd20d9ae08b9a20387b4b0f072d037388b409
parent5beb3bb426cf4478a734df724e023b603c136d80 (diff)
usb: vmalloc needs include of vmalloc.h
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--drivers/usb/host/ehci-dbg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-dbg.c b/drivers/usb/host/ehci-dbg.c
index 0cb53ca8d343..7119036f8f88 100644
--- a/drivers/usb/host/ehci-dbg.c
+++ b/drivers/usb/host/ehci-dbg.c
@@ -18,6 +18,8 @@
/* this file is part of ehci-hcd.c */
+#include <linux/vmalloc.h>
+
#define ehci_dbg(ehci, fmt, args...) \
dev_dbg (ehci_to_hcd(ehci)->self.controller , fmt , ## args )
#define ehci_err(ehci, fmt, args...) \