Skip to content

Commit 8190b37

Browse files
Pavel RoskinRussell King
authored andcommitted
[ARM] mach-l7200: fix spelling of SYS_CLOCK_OFF
Signed-off-by: Pavel Roskin <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Russell King <[email protected]>
1 parent eb33575 commit 8190b37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-l7200/include/mach/sys-clock.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
/* IO_START and IO_BASE are defined in hardware.h */
2020

21-
#define SYS_CLOCK_START (IO_START + SYS_CLCOK_OFF) /* Physical address */
21+
#define SYS_CLOCK_START (IO_START + SYS_CLOCK_OFF) /* Physical address */
2222
#define SYS_CLOCK_BASE (IO_BASE + SYS_CLOCK_OFF) /* Virtual address */
2323

2424
/* Define the interface to the SYS_CLOCK */

0 commit comments

Comments
 (0)