]> pilppa.com Git - linux-2.6-omap-h63xx.git/commitdiff
ARM: OMAP2: Rename prcm_common.h to prcm-common.h
authorTony Lindgren <tony@atomide.com>
Thu, 13 Mar 2008 09:19:51 +0000 (11:19 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Mar 2008 11:23:36 +0000 (13:23 +0200)
Rename prcm_common.h to prcm-common.h

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/cm.h
arch/arm/mach-omap2/prcm-common.h [moved from arch/arm/mach-omap2/prcm_common.h with 100% similarity]
arch/arm/mach-omap2/prm.h

index 1a8f289bf3694420bce182e1b5c111ffea7d5ac9..8310e183b60f700a3c8c879ab7a0de98e4f2e2c9 100644 (file)
@@ -14,7 +14,7 @@
  * published by the Free Software Foundation.
  */
 
-#include "prcm_common.h"
+#include "prcm-common.h"
 
 #ifndef __ASSEMBLER__
 #define OMAP_CM_REGADDR(module, reg)                                   \
index fd8c81dbce4229d9ec8a4d75e4330b57da33e8ad..fcc1aa04740d73c4ccb0555991967b96a8fef220 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <linux/kernel.h>
 #include <asm/io.h>
-#include "prcm_common.h"
+#include "prcm-common.h"
 
 
 #define OMAP_PRM_REGADDR(module, reg)                                  \