Merge tag 'v3.10.71' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / usb / hcd.h
index 0fdff28d5015dcf551f7c935594d80975311d8da..bf4778385baad72977bb7667e01d2d675e2b7456 100644 (file)
 
 #include <linux/rwsem.h>
 
+#ifdef CONFIG_USBIF_COMPLIANCE
+#define MAX_TOPO_LEVEL         2
+#else
 #define MAX_TOPO_LEVEL         6
+#endif
 
 /* This file contains declarations of usbcore internals that are mostly
  * used or exposed by Host Controller Drivers.
@@ -416,6 +420,7 @@ extern const struct dev_pm_ops usb_hcd_pci_pm_ops;
 #endif /* CONFIG_PCI */
 
 /* pci-ish (pdev null is ok) buffer alloc/mapping support */
+void usb_init_pool_max(void);
 int hcd_buffer_create(struct usb_hcd *hcd);
 void hcd_buffer_destroy(struct usb_hcd *hcd);