aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r--drivers/usb/host/ehci.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index e5b9ece8a077..bde823f704e9 100644
--- a/drivers/usb/host/ehci.h
+++ b/drivers/usb/host/ehci.h
@@ -156,10 +156,6 @@ struct ehci_hcd { /* one per controller */
156 /* debug files */ 156 /* debug files */
157#ifdef DEBUG 157#ifdef DEBUG
158 struct dentry *debug_dir; 158 struct dentry *debug_dir;
159 struct dentry *debug_async;
160 struct dentry *debug_periodic;
161 struct dentry *debug_registers;
162 struct dentry *debug_lpm;
163#endif 159#endif
164}; 160};
165 161