This patch removes the local STUB_DEBUG_FILES debugging definition. For that purpose there's the global CONFIG_DYNAMIC_DEBUG. Signed-off-by: Geyslan G. Bem <geyslan@xxxxxxxxx> --- Notes: This patch applies against "[PATCH resend 0/9] usb: host: ehci.h cleanup" drivers/usb/host/ehci.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index 7997b28..afcebd1 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h @@ -861,11 +861,6 @@ static inline u32 hc32_to_cpup(const struct ehci_hcd *ehci, const __hc32 *x) #define ehci_warn(ehci, fmt, args...) \ dev_warn(ehci_to_hcd(ehci)->self.controller, fmt, ## args) - -#ifndef CONFIG_DYNAMIC_DEBUG -#define STUB_DEBUG_FILES -#endif - /*-------------------------------------------------------------------------*/ /* Declarations of things exported for use by ehci platform drivers */ -- 2.6.4 -- 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