Skip to content

Commit

Permalink
[ARM] mach-l7200: fix spelling of SYS_CLOCK_OFF
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Roskin authored and Russell King committed May 18, 2009
1 parent eb33575 commit 8190b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-l7200/include/mach/sys-clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 8190b37

Please sign in to comment.