summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fusbh200.h
diff options
context:
space:
mode:
authorOliver Neukum <oneukum@suse.de>2013-11-18 13:23:14 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-12-03 19:31:21 +0100
commitc9472a2912e4ace063961c6f34ce80b105d6c1c6 (patch)
tree7eba835e0ad4dff99721b2d836f84aa11b7296c3 /drivers/usb/host/fusbh200.h
parentfusbh200: always compile debugfs support (diff)
downloadlinux-c9472a2912e4ace063961c6f34ce80b105d6c1c6.tar.xz
linux-c9472a2912e4ace063961c6f34ce80b105d6c1c6.zip
fusb200h: always compile in debugfs support
This allows removal of much 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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/host/fusbh200.h b/drivers/usb/host/fusbh200.h
index 5b732050ceba..6b719e066c3f 100644
--- a/drivers/usb/host/fusbh200.h
+++ b/drivers/usb/host/fusbh200.h
@@ -165,12 +165,8 @@ struct fusbh200_hcd { /* one per controller */
u8 sbrn; /* packed release number */
/* irq statistics */
-#ifdef FUSBH200_STATS
struct fusbh200_stats stats;
# define COUNT(x) do { (x)++; } while (0)
-#else
-# define COUNT(x) do {} while (0)
-#endif
/* debug files */
struct dentry *debug_dir;