diff options
-rw-r--r-- | arch/x86/xen/xen-ops.h | 1 | ||||
-rw-r--r-- | include/xen/xen-ops.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index d939e3e6e89f..9a440a42c618 100644 --- a/arch/x86/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h | |||
@@ -153,7 +153,6 @@ int xen_cpuhp_setup(int (*cpu_up_prepare_cb)(unsigned int), | |||
153 | 153 | ||
154 | void xen_pin_vcpu(int cpu); | 154 | void xen_pin_vcpu(int cpu); |
155 | 155 | ||
156 | void xen_reboot(int reason); | ||
157 | void xen_emergency_restart(void); | 156 | void xen_emergency_restart(void); |
158 | #ifdef CONFIG_XEN_PV | 157 | #ifdef CONFIG_XEN_PV |
159 | void xen_pv_pre_suspend(void); | 158 | void xen_pv_pre_suspend(void); |
diff --git a/include/xen/xen-ops.h b/include/xen/xen-ops.h index f93911452f9e..5060805058a4 100644 --- a/include/xen/xen-ops.h +++ b/include/xen/xen-ops.h | |||
@@ -22,6 +22,8 @@ void xen_timer_resume(void); | |||
22 | void xen_arch_resume(void); | 22 | void xen_arch_resume(void); |
23 | void xen_arch_suspend(void); | 23 | void xen_arch_suspend(void); |
24 | 24 | ||
25 | void xen_reboot(int reason); | ||
26 | |||
25 | void xen_resume_notifier_register(struct notifier_block *nb); | 27 | void xen_resume_notifier_register(struct notifier_block *nb); |
26 | void xen_resume_notifier_unregister(struct notifier_block *nb); | 28 | void xen_resume_notifier_unregister(struct notifier_block *nb); |
27 | 29 | ||