]> xenbits.xensource.com Git - people/royger/linux-2.6.18-xen.git/commitdiff
xen: remove stale exports
authorKeir Fraser <keir@xen.org>
Fri, 14 Jan 2011 15:45:52 +0000 (15:45 +0000)
committerKeir Fraser <keir@xen.org>
Fri, 14 Jan 2011 15:45:52 +0000 (15:45 +0000)
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 <jbeulich@novell.com>
drivers/xen/core/machine_reboot.c

index e011788a8636c99d5c6f80a320f4f465f4bc156f..9cfbac07ffaf68d01b2af0296c4aaf879a5bf2aa 100644 (file)
@@ -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;