mxs: Convert sys_proto.h prefixes to 'mxs'
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / mxs / timer.c
index c4b0f5e26e8d74e204e0d95ae83a23388a40bd0c..4ed75e604ca8b589ffb0592cff24c0b3a0d866c9 100644 (file)
@@ -66,7 +66,7 @@ int timer_init(void)
                (struct mxs_timrot_regs *)MXS_TIMROT_BASE;
 
        /* Reset Timers and Rotary Encoder module */
-       mx28_reset_block(&timrot_regs->hw_timrot_rotctrl_reg);
+       mxs_reset_block(&timrot_regs->hw_timrot_rotctrl_reg);
 
        /* Set fixed_count to 0 */
        writel(0, &timrot_regs->hw_timrot_fixed_count0);