summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fusbh200.h
diff options
context:
space:
mode:
authorOliver Neukum2013-11-18 13:23:08 +0100
committerGreg Kroah-Hartman2013-12-03 19:28:40 +0100
commit0ada24a497c3f82cb806bb4b923a2edcf8ee7815 (patch)
tree11aff79a4d9d0b76dcc962616ca279b13bb94f29 /drivers/usb/host/fusbh200.h
parentfotg210: kill fotg210_vdbg() (diff)
downloadkernel-qcow2-linux-0ada24a497c3f82cb806bb4b923a2edcf8ee7815.tar.gz
kernel-qcow2-linux-0ada24a497c3f82cb806bb4b923a2edcf8ee7815.tar.xz
kernel-qcow2-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.h8
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 */