From: Keir Fraser Date: Fri, 14 Jan 2011 15:45:52 +0000 (+0000) Subject: xen: remove stale exports X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fa16e5fe8e829c343c7a4a6312a962daea856786;p=legacy%2Flinux-2.6.18-xen.git 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 --- 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;