From fa16e5fe8e829c343c7a4a6312a962daea856786 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 14 Jan 2011 15:45:52 +0000 Subject: [PATCH] xen: remove stale exports All of these exports and the need for the one additional symbol disappeared somewhere between 2.6.5 and 2.6.16. Signed-off-by: Jan Beulich --- drivers/xen/core/machine_reboot.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/drivers/xen/core/machine_reboot.c b/drivers/xen/core/machine_reboot.c index e011788a..9cfbac07 100644 --- a/drivers/xen/core/machine_reboot.c +++ b/drivers/xen/core/machine_reboot.c @@ -52,11 +52,6 @@ void machine_power_off(void) HYPERVISOR_shutdown(SHUTDOWN_poweroff); } -int reboot_thru_bios = 0; /* for dmi_scan.c */ -EXPORT_SYMBOL(machine_restart); -EXPORT_SYMBOL(machine_halt); -EXPORT_SYMBOL(machine_power_off); - static void pre_suspend(void) { HYPERVISOR_shared_info = (shared_info_t *)empty_zero_page; -- 2.39.5