]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/clocksource/arm_arch_timer.c
Merge branches 'pm-core', 'pm-qos', 'pm-domains' and 'pm-opp'
[linux.git] / drivers / clocksource / arm_arch_timer.c
index 7b06aef838369057580f0af98d4184983cf5e0fe..93aa1364376ac8d94145b7dca83240413d080517 100644 (file)
@@ -646,7 +646,7 @@ static struct clocksource clocksource_counter = {
        .flags  = CLOCK_SOURCE_IS_CONTINUOUS,
 };
 
-static struct cyclecounter cyclecounter = {
+static struct cyclecounter cyclecounter __ro_after_init = {
        .read   = arch_counter_read_cc,
        .mask   = CLOCKSOURCE_MASK(56),
 };