diff options
Diffstat (limited to 'drivers/usb/host/ehci.h')
-rw-r--r-- | drivers/usb/host/ehci.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 9706c2b..c53b25a 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h @@ -160,9 +160,9 @@ struct ehci_hcd { /* one per controller */ #endif /* debug files */ -#ifdef DEBUG +/* #ifdef DEBUG */ struct dentry *debug_dir; -#endif +/* #endif */ /* * OTG controllers and transceivers need software interaction */ @@ -755,9 +755,11 @@ static inline void ehci_sync_mem() /*-------------------------------------------------------------------------*/ +#if 0 #ifndef DEBUG #define STUB_DEBUG_FILES #endif /* DEBUG */ +#endif /*-------------------------------------------------------------------------*/ |