|
@@ -352,13 +352,6 @@ dbg_port_buf(char *buf, unsigned len, const char *label, int port, u32 status)
|
|
|
|
|
|
/*-------------------------------------------------------------------------*/
|
|
|
|
|
|
-#ifdef STUB_DEBUG_FILES
|
|
|
-
|
|
|
-static inline void create_debug_files(struct fotg210_hcd *bus) { }
|
|
|
-static inline void remove_debug_files(struct fotg210_hcd *bus) { }
|
|
|
-
|
|
|
-#else
|
|
|
-
|
|
|
/* troubleshooting help: expose state in debugfs */
|
|
|
|
|
|
static int debug_async_open(struct inode *, struct file *);
|
|
@@ -954,7 +947,6 @@ static inline void remove_debug_files(struct fotg210_hcd *fotg210)
|
|
|
debugfs_remove_recursive(fotg210->debug_dir);
|
|
|
}
|
|
|
|
|
|
-#endif /* STUB_DEBUG_FILES */
|
|
|
/*-------------------------------------------------------------------------*/
|
|
|
|
|
|
/*
|