]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
musb: Rename musbhdrc.h to musb_regs.h
authorTony Lindgren <tony@atomide.com>
Mon, 20 Aug 2007 06:44:48 +0000 (23:44 -0700)
committerTony Lindgren <tony@atomide.com>
Tue, 21 Aug 2007 07:10:10 +0000 (00:10 -0700)
Rename musbhdrc.h to musb_regs.h

Signed-off-by: Tony Lindgren <tony@atomide.com>
drivers/usb/musb/musb_regs.h [moved from drivers/usb/musb/musbhdrc.h with 99% similarity]
drivers/usb/musb/musbdefs.h

similarity index 99%
rename from drivers/usb/musb/musbhdrc.h
rename to drivers/usb/musb/musb_regs.h
index 961e321c2859fb96648c877e6ea4083a32c7ff35..d1500a4d48d163e588a9fbadcf5650f162f6870d 100644 (file)
@@ -32,8 +32,8 @@
  *
  */
 
-#ifndef __MUSB_HDRC_DEFS_H__
-#define __MUSB_HDRC_DEFS_H__
+#ifndef __MUSB_REGS_H__
+#define __MUSB_REGS_H__
 
 #define MUSB_EP0_FIFOSIZE      64      /* This is non-configurable */
 
 /* HUBADDR */
 #define MUSB_HUBADDR_MULTI_TT          0x80
 
-#endif /* __MUSB_HDRC_DEFS_H__ */
+#endif /* __MUSB_REGS_H__ */
index a3fac894f68b6c77e3ae034eb72eb0ac27c5e285..d42a8b8ac30d881cbc663a6c64d9f78e59ef5b3a 100644 (file)
@@ -69,7 +69,7 @@ struct musb_ep;
 #endif
 
 #include "musb_io.h"
-#include "musbhdrc.h"
+#include "musb_regs.h"
 
 #include "musb_gadget.h"
 #include "../core/hcd.h"