The patch titled arm: mach-l7200: fix spelling of SYS_CLOCK_OFF has been removed from the -mm tree. Its filename was arm-mach-l7200-fix-spelling-of-sys_clock_off.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: arm: mach-l7200: fix spelling of SYS_CLOCK_OFF From: Pavel Roskin <proski@xxxxxxx> Signed-off-by: Pavel Roskin <proski@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-l7200/include/mach/sys-clock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/arm/mach-l7200/include/mach/sys-clock.h~arm-mach-l7200-fix-spelling-of-sys_clock_off arch/arm/mach-l7200/include/mach/sys-clock.h --- a/arch/arm/mach-l7200/include/mach/sys-clock.h~arm-mach-l7200-fix-spelling-of-sys_clock_off +++ a/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 */ _ Patches currently in -mm which might be from proski@xxxxxxx are linux-next.patch intelfb-fix-spelling-of-clock.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html