aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-l7200
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2009-05-12 13:36:46 -0700
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-05-18 11:25:08 +0100
commit8190b37f6483fedc530110d8c7d710d1c0317ba4 (patch)
treebb215e9656e075890cf2bb227f1539b3af090e83 /arch/arm/mach-l7200
parenteb33575cf67d3f35fa2510210ef92631266e2465 (diff)
[ARM] mach-l7200: fix spelling of SYS_CLOCK_OFF
Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-l7200')
-rw-r--r--arch/arm/mach-l7200/include/mach/sys-clock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-l7200/include/mach/sys-clock.h b/arch/arm/mach-l7200/include/mach/sys-clock.h
index 2d7722be60e..e9729a35751 100644
--- a/arch/arm/mach-l7200/include/mach/sys-clock.h
+++ b/arch/arm/mach-l7200/include/mach/sys-clock.h
@@ -18,7 +18,7 @@
/* IO_START and IO_BASE are defined in hardware.h */
-#define SYS_CLOCK_START (IO_START + SYS_CLCOK_OFF) /* Physical address */
+#define SYS_CLOCK_START (IO_START + SYS_CLOCK_OFF) /* Physical address */
#define SYS_CLOCK_BASE (IO_BASE + SYS_CLOCK_OFF) /* Virtual address */
/* Define the interface to the SYS_CLOCK */