Revert, fixed differently.
This commit is contained in:
parent
1dfe814354
commit
599a3a8e85
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: xen_acpi_machdep.c,v 1.2 2007/12/15 19:24:17 jmcneill Exp $ */
|
||||
/* $NetBSD: xen_acpi_machdep.c,v 1.3 2007/12/17 14:11:53 joerg Exp $ */
|
||||
|
||||
#include "acpi.h"
|
||||
|
||||
|
@ -13,10 +13,3 @@ acpi_md_sleep(int state)
|
|||
printf("acpi: sleep not implemented\n");
|
||||
return (-1);
|
||||
}
|
||||
|
||||
void
|
||||
acpi_md_sleep_init(void)
|
||||
{
|
||||
/* Not supported on xen */
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue