diff options
author | Paul Walmsley <paul@pwsan.com> | 2008-03-18 10:15:28 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2008-04-14 10:29:37 -0700 |
commit | 32ab2cb9415f341913e3f33ef7566ca6e92ef283 (patch) | |
tree | 56e5bda01528884f57b02791ff183d5f5c15279e /arch/arm/mach-omap2/clock.c | |
parent | b81ad56b078a5ee7c0061b117c7287e8987d6692 (diff) | |
download | linux-stable-32ab2cb9415f341913e3f33ef7566ca6e92ef283.tar.gz linux-stable-32ab2cb9415f341913e3f33ef7566ca6e92ef283.tar.bz2 linux-stable-32ab2cb9415f341913e3f33ef7566ca6e92ef283.zip |
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/clock.c')
-rw-r--r-- | arch/arm/mach-omap2/clock.c | 2 |
1 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 @@ #include "prcm-regs.h" #include "memory.h" -#include "clock.h" +#include "clock24xx.h" #undef DEBUG |