summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/fotg210.h
diff options
context:
space:
mode:
authorOliver Neukum2013-11-18 13:23:03 +0100
committerGreg Kroah-Hartman2013-12-03 19:28:39 +0100
commita90b8fc6f477ef40bd7a50354ce4ae029d8c70c5 (patch)
tree645bb91b2c0133e7760081b9c3b436de4edf6203 /drivers/usb/host/fotg210.h
parentehci: Remove debugging at every interrupt (diff)
downloadkernel-qcow2-linux-a90b8fc6f477ef40bd7a50354ce4ae029d8c70c5.tar.gz
kernel-qcow2-linux-a90b8fc6f477ef40bd7a50354ce4ae029d8c70c5.tar.xz
kernel-qcow2-linux-a90b8fc6f477ef40bd7a50354ce4ae029d8c70c5.zip
fotg210: remove conditional compilation
Always compile in the debugfs support Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/fotg210.h')
-rw-r--r--drivers/usb/host/fotg210.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/usb/host/fotg210.h b/drivers/usb/host/fotg210.h
index 8920f9d32564..ac6cd1bfd208 100644
--- a/drivers/usb/host/fotg210.h
+++ b/drivers/usb/host/fotg210.h
@@ -174,9 +174,7 @@ struct fotg210_hcd { /* one per controller */
#endif
/* debug files */
-#ifdef DEBUG
struct dentry *debug_dir;
-#endif
};
/* convert between an HCD pointer and the corresponding FOTG210_HCD */
@@ -741,10 +739,4 @@ static inline unsigned fotg210_read_frame_index(struct fotg210_hcd *fotg210)
})
/*-------------------------------------------------------------------------*/
-#ifndef DEBUG
-#define STUB_DEBUG_FILES
-#endif /* DEBUG */
-
-/*-------------------------------------------------------------------------*/
-
#endif /* __LINUX_FOTG210_H */