[PATCH v2 1/3] usb: Add missing #include
From: Michal Sojka
Date: Fri Aug 22 2014 - 20:10:14 EST
linux/usb/hcd.h needs the definition of struct usb_bus.
Signed-off-by: Michal Sojka <sojka@xxxxxxxxx>
---
include/linux/usb/hcd.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/usb/hcd.h b/include/linux/usb/hcd.h
index 485cd5e..b43f0fe 100644
--- a/include/linux/usb/hcd.h
+++ b/include/linux/usb/hcd.h
@@ -23,6 +23,7 @@
#include <linux/rwsem.h>
#include <linux/interrupt.h>
+#include <linux/usb.h>
#define MAX_TOPO_LEVEL 6
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/