Merge branch 'writeback-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / x86 / include / asm / apic.h
index f34261296ffb71bc9f62f57ecf069508fe40d9d6..3388034222390150c0ee27674a012e6b3a47095b 100644 (file)
@@ -409,7 +409,7 @@ extern struct apic *apic;
  * to enforce the order with in them.
  */
 #define apic_driver(sym)                                       \
-       static struct apic *__apicdrivers_##sym __used          \
+       static const struct apic *__apicdrivers_##sym __used            \
        __aligned(sizeof(struct apic *))                        \
        __section(.apicdrivers) = { &sym }
 
This page took 0.028787 seconds and 5 git commands to generate.