s/return_VALUE/return / to fix build breakage when ACPI_DEBUG is

defined.
This commit is contained in:
Don Lewis 2004-11-14 20:37:41 +00:00
parent 1eef0330d9
commit f38e4909dd

View File

@ -125,20 +125,20 @@ acpi_snc_attach(device_t dev)
acpi_snc_oids[i].comment);
}
return_VALUE(0);
return (0);
}
static int
acpi_snc_detach(device_t dev)
{
return_VALUE(0);
return (0);
}
#if 0
static int
acpi_snc_suspend(device_t dev)
{
struct acpi_snc_softc *sc = device_get_softc(dev);
return_VALUE(0);
return (0);
}
static int