Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 251511a1 authored by Daniel Kiper's avatar Daniel Kiper Committed by Konrad Rzeszutek Wilk
Browse files

arch/x86/xen/irq: Cleanup code/data sections definitions



Cleanup code/data sections definitions
accordingly to include/linux/init.h.

Signed-off-by: default avatarDaniel Kiper <dkiper@net-space.pl>
Signed-off-by: default avatarKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
parent bdf51674
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -113,7 +113,7 @@ static void xen_halt(void)
		xen_safe_halt();
}

static const struct pv_irq_ops xen_irq_ops __initdata = {
static const struct pv_irq_ops xen_irq_ops __initconst = {
	.save_fl = PV_CALLEE_SAVE(xen_save_fl),
	.restore_fl = PV_CALLEE_SAVE(xen_restore_fl),
	.irq_disable = PV_CALLEE_SAVE(xen_irq_disable),