x86, apic: Make apic drivers static
[linux-2.6-block.git] / arch / x86 / kernel / apic / numaq_32.c
index 4caab0d13d990ee69a34cf80c24aa10ac74eaf16..c4a61ca1349a5ce4b1e00d8bbcb326e7bd1203e2 100644 (file)
@@ -472,8 +472,8 @@ static void numaq_setup_portio_remap(void)
                (u_long) xquad_portio, (u_long) num_quads*XQUAD_PORTIO_QUAD);
 }
 
-/* Use __refdata to keep false positive warning calm.  */
-struct apic __refdata apic_numaq = {
+/* Use __refdata to keep false positive warning calm.  */
+static struct apic __refdata apic_numaq = {
 
        .name                           = "NUMAQ",
        .probe                          = probe_numaq,