diff options
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r-- | drivers/usb/host/ehci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 650a687f2854..bfaac1646365 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h | |||
@@ -157,6 +157,7 @@ struct ehci_hcd { /* one per controller */ | |||
157 | struct dentry *debug_async; | 157 | struct dentry *debug_async; |
158 | struct dentry *debug_periodic; | 158 | struct dentry *debug_periodic; |
159 | struct dentry *debug_registers; | 159 | struct dentry *debug_registers; |
160 | struct dentry *debug_lpm; | ||
160 | #endif | 161 | #endif |
161 | }; | 162 | }; |
162 | 163 | ||