aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/usb/ehci_pdriver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/ehci_pdriver.h b/include/linux/usb/ehci_pdriver.h
index 6287b398abd9..db0431b39a63 100644
--- a/include/linux/usb/ehci_pdriver.h
+++ b/include/linux/usb/ehci_pdriver.h
@@ -48,6 +48,7 @@ struct usb_ehci_pdata {
48 unsigned big_endian_mmio:1; 48 unsigned big_endian_mmio:1;
49 unsigned no_io_watchdog:1; 49 unsigned no_io_watchdog:1;
50 unsigned reset_on_resume:1; 50 unsigned reset_on_resume:1;
51 unsigned dma_mask_64:1;
51 52
52 /* Turn on all power and clocks */ 53 /* Turn on all power and clocks */
53 int (*power_on)(struct platform_device *pdev); 54 int (*power_on)(struct platform_device *pdev);