On Thu, Sep 20, 2018 at 01:39:31PM +0800, Guo Ren wrote:
> +struct clocksource csky_clocksource = {
> +     .name   = "csky",
> +     .rating = 400,
> +     .mask   = CLOCKSOURCE_MASK(32),
> +     .flags  = CLOCK_SOURCE_IS_CONTINUOUS,
> +     .read   = clksrc_read,
> +};
> +
> +#define CPUHP_AP_CSKY_TIMER_STARTING CPUHP_AP_RISCV_TIMER_STARTING
My fault, forget delete the line above.

 Guo Ren

Reply via email to