From: Tony Lindgren Date: Mon, 20 Aug 2007 08:34:49 +0000 (-0700) Subject: musb: Rename debug.h to musb_debug.h X-Git-Tag: v2.6.23-omap1~153 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a86254fcc6e52acaca08cb63695915f0f30155b7;p=linux-2.6-omap-h63xx.git musb: Rename debug.h to musb_debug.h Rename debug.h to musb_debug.h Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h index 7c84f942d39..d7364f0c4cd 100644 --- a/drivers/usb/musb/musb_core.h +++ b/drivers/usb/musb/musb_core.h @@ -53,7 +53,7 @@ struct musb_hw_ep; struct musb_ep; -#include "debug.h" +#include "musb_debug.h" #include "musb_dma.h" #ifdef CONFIG_USB_MUSB_SOC diff --git a/drivers/usb/musb/debug.h b/drivers/usb/musb/musb_debug.h similarity index 100% rename from drivers/usb/musb/debug.h rename to drivers/usb/musb/musb_debug.h