From: Tony Lindgren Date: Mon, 20 Aug 2007 08:09:32 +0000 (-0700) Subject: musb: Rename musbdefs.h to musb_core.h X-Git-Tag: v2.6.23-omap1~157 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=6e19f25977a3e091a1349f35930a5256d11996ff;p=linux-2.6-omap-h63xx.git musb: Rename musbdefs.h to musb_core.h Rename musbdefs.h to musb_core.h Signed-off-by: Tony Lindgren --- diff --git a/drivers/usb/musb/cppi_dma.c b/drivers/usb/musb/cppi_dma.c index 8ce3fd555d4..5403a4f14e3 100644 --- a/drivers/usb/musb/cppi_dma.c +++ b/drivers/usb/musb/cppi_dma.c @@ -8,7 +8,7 @@ #include -#include "musbdefs.h" +#include "musb_core.h" #include "cppi_dma.h" diff --git a/drivers/usb/musb/cppi_dma.h b/drivers/usb/musb/cppi_dma.h index da97a998b65..c1218650a3d 100644 --- a/drivers/usb/musb/cppi_dma.h +++ b/drivers/usb/musb/cppi_dma.h @@ -10,7 +10,7 @@ #include #include "dma.h" -#include "musbdefs.h" +#include "musb_core.h" #include "davinci.h" diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 99ac042a3a8..85300dd8091 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c @@ -36,7 +36,7 @@ #include #include -#include "musbdefs.h" +#include "musb_core.h" #ifdef CONFIG_MACH_DAVINCI_EVM diff --git a/drivers/usb/musb/g_ep0.c b/drivers/usb/musb/g_ep0.c index e63e983b8c1..2395729f61c 100644 --- a/drivers/usb/musb/g_ep0.c +++ b/drivers/usb/musb/g_ep0.c @@ -40,7 +40,7 @@ #include #include -#include "musbdefs.h" +#include "musb_core.h" /* ep0 is always musb->endpoints[0].ep_in */ #define next_ep0_request(musb) next_in_request(&(musb)->endpoints[0]) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index e27da3cef66..727c1db0467 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c @@ -106,7 +106,7 @@ #include #endif -#include "musbdefs.h" +#include "musb_core.h" #ifdef CONFIG_ARCH_DAVINCI diff --git a/drivers/usb/musb/musbdefs.h b/drivers/usb/musb/musb_core.h similarity index 99% rename from drivers/usb/musb/musbdefs.h rename to drivers/usb/musb/musb_core.h index d42a8b8ac30..3fdb95bbdc5 100644 --- a/drivers/usb/musb/musbdefs.h +++ b/drivers/usb/musb/musb_core.h @@ -32,8 +32,8 @@ * */ -#ifndef __MUSB_MUSBDEFS_H__ -#define __MUSB_MUSBDEFS_H__ +#ifndef __MUSB_CORE_H__ +#define __MUSB_CORE_H__ #include #include @@ -522,4 +522,4 @@ static inline void musb_debug_delete(char *name, struct musb *data) } #endif -#endif /* __MUSB_MUSBDEFS_H__ */ +#endif /* __MUSB_CORE_H__ */ diff --git a/drivers/usb/musb/musb_gadget.c b/drivers/usb/musb/musb_gadget.c index dd122b4c148..40c2283a3e6 100644 --- a/drivers/usb/musb/musb_gadget.c +++ b/drivers/usb/musb/musb_gadget.c @@ -43,7 +43,7 @@ #include #include -#include "musbdefs.h" +#include "musb_core.h" /* MUSB PERIPHERAL status 3-mar: diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c index e92485372ba..e7935fb4c4d 100644 --- a/drivers/usb/musb/musb_host.c +++ b/drivers/usb/musb/musb_host.c @@ -41,7 +41,7 @@ #include #include -#include "musbdefs.h" +#include "musb_core.h" #include "musb_host.h" diff --git a/drivers/usb/musb/musb_procfs.c b/drivers/usb/musb/musb_procfs.c index 9b5aa7fca71..0db371b903f 100644 --- a/drivers/usb/musb/musb_procfs.c +++ b/drivers/usb/musb/musb_procfs.c @@ -44,7 +44,7 @@ #include /* FIXME remove procfs writes */ #include -#include "musbdefs.h" +#include "musb_core.h" #include "davinci.h" diff --git a/drivers/usb/musb/musbhsdma.c b/drivers/usb/musb/musbhsdma.c index 515b9143059..974fd7d0890 100644 --- a/drivers/usb/musb/musbhsdma.c +++ b/drivers/usb/musb/musbhsdma.c @@ -38,7 +38,7 @@ #include #include #include -#include "musbdefs.h" +#include "musb_core.h" #if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP3430) #include "omap2430.h" diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 3664ff8ebd3..660d2027c4e 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c @@ -33,7 +33,7 @@ #include #include -#include "musbdefs.h" +#include "musb_core.h" #include "omap2430.h" #ifdef CONFIG_ARCH_OMAP3430 diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c index d99eeb63d4c..525e24c9d75 100644 --- a/drivers/usb/musb/tusb6010.c +++ b/drivers/usb/musb/tusb6010.c @@ -23,7 +23,7 @@ #include #include -#include "musbdefs.h" +#include "musb_core.h" static void tusb_source_power(struct musb *musb, int is_on); diff --git a/drivers/usb/musb/tusb6010_omap.c b/drivers/usb/musb/tusb6010_omap.c index c71e1233e58..c7fbfba66e2 100644 --- a/drivers/usb/musb/tusb6010_omap.c +++ b/drivers/usb/musb/tusb6010_omap.c @@ -18,7 +18,7 @@ #include #include -#include "musbdefs.h" +#include "musb_core.h" /* * REVISIT: With TUSB2.0 only one dmareq line can be used at a time. diff --git a/drivers/usb/musb/virthub.c b/drivers/usb/musb/virthub.c index d9f3c28f33b..94228812d7c 100644 --- a/drivers/usb/musb/virthub.c +++ b/drivers/usb/musb/virthub.c @@ -43,7 +43,7 @@ #include -#include "musbdefs.h" +#include "musb_core.h" static void musb_port_suspend(struct musb *musb, u8 bSuspend)