diff options
author | Paul Walmsley <paul@pwsan.com> | 2008-03-18 04:15:28 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-04-14 13:29:37 -0400 |
commit | 32ab2cb9415f341913e3f33ef7566ca6e92ef283 (patch) | |
tree | 56e5bda01528884f57b02791ff183d5f5c15279e /arch/arm/mach-omap2 | |
parent | b81ad56b078a5ee7c0061b117c7287e8987d6692 (diff) |
ARM: OMAP2: Move clock.h to clock24xx.h
This patch moves clock.h to clock24xx.h to make room for
adding common clock code for 24xx and 34xx.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r-- | arch/arm/mach-omap2/clock.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-omap2/clock24xx.h (renamed from arch/arm/mach-omap2/clock.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock.c b/arch/arm/mach-omap2/clock.c index e6e85b7b097b..5c24781f6d9b 100644 --- a/arch/arm/mach-omap2/clock.c +++ b/arch/arm/mach-omap2/clock.c | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | #include "prcm-regs.h" | 32 | #include "prcm-regs.h" |
33 | #include "memory.h" | 33 | #include "memory.h" |
34 | #include "clock.h" | 34 | #include "clock24xx.h" |
35 | 35 | ||
36 | #undef DEBUG | 36 | #undef DEBUG |
37 | 37 | ||
diff --git a/arch/arm/mach-omap2/clock.h b/arch/arm/mach-omap2/clock24xx.h index 4f791866b910..4f791866b910 100644 --- a/arch/arm/mach-omap2/clock.h +++ b/arch/arm/mach-omap2/clock24xx.h | |||