[ARM] mach-l7200: fix spelling of SYS_CLOCK_OFF
authorPavel Roskin <proski@gnu.org>
Tue, 12 May 2009 20:36:46 +0000 (13:36 -0700)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 18 May 2009 10:25:08 +0000 (11:25 +0100)
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>
arch/arm/mach-l7200/include/mach/sys-clock.h

index 2d7722b..e9729a3 100644 (file)
@@ -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 */