diff options
-rw-r--r-- | arch/ia64/xen/xen_pv_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/xen/xen_pv_ops.c b/arch/ia64/xen/xen_pv_ops.c index 6c44225e7b84..bf3c74cb150f 100644 --- a/arch/ia64/xen/xen_pv_ops.c +++ b/arch/ia64/xen/xen_pv_ops.c | |||
@@ -875,7 +875,7 @@ xen_iosapic_write(char __iomem *iosapic, unsigned int reg, u32 val) | |||
875 | HYPERVISOR_physdev_op(PHYSDEVOP_apic_write, &apic_op); | 875 | HYPERVISOR_physdev_op(PHYSDEVOP_apic_write, &apic_op); |
876 | } | 876 | } |
877 | 877 | ||
878 | static const struct pv_iosapic_ops xen_iosapic_ops __initconst = { | 878 | static struct pv_iosapic_ops xen_iosapic_ops __initdata = { |
879 | .pcat_compat_init = xen_pcat_compat_init, | 879 | .pcat_compat_init = xen_pcat_compat_init, |
880 | .__get_irq_chip = xen_iosapic_get_irq_chip, | 880 | .__get_irq_chip = xen_iosapic_get_irq_chip, |
881 | 881 | ||