x86: replace __init_or_module with __init in non-modular vsmp_64.c
[firefly-linux-kernel-4.4.55.git] / arch / x86 / kernel / vsmp_64.c
index ee22c1d93ae5c4c5ffe065981d591507a0511a07..b034b1b14b9c66ab77b24d9757ce10de7f0f318e 100644 (file)
@@ -72,7 +72,7 @@ asmlinkage __visible void vsmp_irq_enable(void)
 }
 PV_CALLEE_SAVE_REGS_THUNK(vsmp_irq_enable);
 
-static unsigned __init_or_module vsmp_patch(u8 type, u16 clobbers, void *ibuf,
+static unsigned __init vsmp_patch(u8 type, u16 clobbers, void *ibuf,
                                  unsigned long addr, unsigned len)
 {
        switch (type) {