Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[linux-2.6-block.git] / arch / arm / lib / delay.c
index e60ce1549759cb86a7f254a5f7d9a2c2da38d009..69aad80a3af4bd7bfe8f4369bd0e09ac413ff39f 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * Default to the loop-based delay implementation.
  */
-struct arm_delay_ops arm_delay_ops = {
+struct arm_delay_ops arm_delay_ops __ro_after_init = {
        .delay          = __loop_delay,
        .const_udelay   = __loop_const_udelay,
        .udelay         = __loop_udelay,