diff options
author | Oliver Neukum <oneukum@suse.de> | 2013-11-18 13:23:08 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-12-03 19:28:40 +0100 |
commit | 0ada24a497c3f82cb806bb4b923a2edcf8ee7815 (patch) | |
tree | 11aff79a4d9d0b76dcc962616ca279b13bb94f29 /drivers/usb/host/fusbh200.h | |
parent | fotg210: kill fotg210_vdbg() (diff) | |
download | linux-0ada24a497c3f82cb806bb4b923a2edcf8ee7815.tar.xz linux-0ada24a497c3f82cb806bb4b923a2edcf8ee7815.zip |
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 */ #endif /* debug files */ -#ifdef DEBUG struct dentry *debug_dir; -#endif }; /* 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) }) /*-------------------------------------------------------------------------*/ -#ifndef DEBUG -#define STUB_DEBUG_FILES -#endif /* DEBUG */ - -/*-------------------------------------------------------------------------*/ - #endif /* __LINUX_FUSBH200_H */ |