s/return_VALUE/return / to fix build breakage when ACPI_DEBUG is
defined.
This commit is contained in:
parent
1eef0330d9
commit
f38e4909dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user