diff options
author | Oliver Neukum <oneukum@suse.de> | 2013-11-18 07:23:08 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-03 13:28:40 -0500 |
commit | 0ada24a497c3f82cb806bb4b923a2edcf8ee7815 (patch) | |
tree | 11aff79a4d9d0b76dcc962616ca279b13bb94f29 /drivers/usb/host/fusbh200.h | |
parent | be5ac4c43d13f68320de16c2d1bcecdba0adbea1 (diff) |
fusbh200: always build debugfs support
This gets rid of conditional compilation.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/fusbh200.h')
-rw-r--r-- | drivers/usb/host/fusbh200.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/usb/host/fusbh200.h b/drivers/usb/host/fusbh200.h index 797c9e855270..5b732050ceba 100644 --- a/drivers/usb/host/fusbh200.h +++ b/drivers/usb/host/fusbh200.h | |||
@@ -173,9 +173,7 @@ struct fusbh200_hcd { /* one per controller */ | |||
173 | #endif | 173 | #endif |
174 | 174 | ||
175 | /* debug files */ | 175 | /* debug files */ |
176 | #ifdef DEBUG | ||
177 | struct dentry *debug_dir; | 176 | struct dentry *debug_dir; |
178 | #endif | ||
179 | }; | 177 | }; |
180 | 178 | ||
181 | /* convert between an HCD pointer and the corresponding FUSBH200_HCD */ | 179 | /* convert between an HCD pointer and the corresponding FUSBH200_HCD */ |
@@ -734,10 +732,4 @@ static inline unsigned fusbh200_read_frame_index(struct fusbh200_hcd *fusbh200) | |||
734 | }) | 732 | }) |
735 | /*-------------------------------------------------------------------------*/ | 733 | /*-------------------------------------------------------------------------*/ |
736 | 734 | ||
737 | #ifndef DEBUG | ||
738 | #define STUB_DEBUG_FILES | ||
739 | #endif /* DEBUG */ | ||
740 | |||
741 | /*-------------------------------------------------------------------------*/ | ||
742 | |||
743 | #endif /* __LINUX_FUSBH200_H */ | 735 | #endif /* __LINUX_FUSBH200_H */ |