Merge back reboot/poweroff notifiers rework for 5.19-rc1.
[platform/kernel/linux-starfive.git] / arch / x86 / xen / enlighten_pv.c
index af1f6e8..f33a442 100644 (file)
@@ -30,7 +30,6 @@
 #include <linux/pci.h>
 #include <linux/gfp.h>
 #include <linux/edd.h>
-#include <linux/objtool.h>
 #include <linux/reboot.h>
 
 #include <xen/xen.h>
@@ -166,7 +165,6 @@ static void xen_cpuid(unsigned int *ax, unsigned int *bx,
 
        *bx &= maskebx;
 }
-STACK_FRAME_NON_STANDARD(xen_cpuid); /* XEN_EMULATE_PREFIX */
 
 static bool __init xen_check_mwait(void)
 {