From: Oliver Neukum <oneukum@xxxxxxx> There's no reason to leave out the debugfs files under normal conditions. Signed-off-by: Oliver Neukum <oneukum@xxxxxxx> --- drivers/usb/host/ohci-dbg.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/drivers/usb/host/ohci-dbg.c b/drivers/usb/host/ohci-dbg.c index f0523c8..5592c2b 100644 --- a/drivers/usb/host/ohci-dbg.c +++ b/drivers/usb/host/ohci-dbg.c @@ -1,3 +1,4 @@ + /* * OHCI HCD (Host Controller Driver) for USB. * @@ -37,8 +38,6 @@ *size -= s_len; *next += s_len; \ } while (0); - -#ifdef DEBUG static void ohci_dump_intr_mask ( struct ohci_hcd *ohci, char *label, @@ -355,13 +354,6 @@ ohci_dump_ed (const struct ohci_hcd *ohci, const char *label, } } -#else -static inline void ohci_dump (struct ohci_hcd *controller, int verbose) {} - -#undef OHCI_VERBOSE_DEBUG - -#endif /* DEBUG */ - /*-------------------------------------------------------------------------*/ #ifdef STUB_DEBUG_FILES -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html