[PATCH] clocksource: add __ro_after_init to cyclecounter
Thomas Gleixner
tglx at linutronix.de
Sat Feb 11 12:35:14 PST 2017
On Sun, 12 Feb 2017, Bhumika Goyal wrote:
Please be more careful with your subject line. The prefix for this is
definitely not 'clocksource'. git log would have told you the proper one:
clocksource/drivers/arm_arch_timer
'clocksource' is the general subsystem and used for system wide changes or
core changes, but not for a particular driver.
> The object cyclecounter of type cyclecounter is not getting modified
> after getting initialized by arch_counter_register. Apart from
> initialization in arch_counter_register it is also passed as an argument
> to the function timecounter_init but this argument is of type const.
> Therefore, add __ro_after_init to its declaration.
Other than that this is fine. I'll fix it up when applying.
Thanks,
tglx
More information about the linux-arm-kernel
mailing list