diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2019-12-13 16:51:08 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2019-12-13 16:51:08 +0000 |
| commit | 856462eaaec9052a60d62b66076257e7fad337c7 (patch) | |
| tree | f331b79154052fd6dc5f70c176975966370af8d9 /source/components/hardware | |
| parent | 858f47305dae045d81f39451ade697ba99b3266f (diff) | |
Notes
Diffstat (limited to 'source/components/hardware')
| -rw-r--r-- | source/components/hardware/hwxfsleep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/components/hardware/hwxfsleep.c b/source/components/hardware/hwxfsleep.c index 78dc19020334b..6eff7f6adb76c 100644 --- a/source/components/hardware/hwxfsleep.c +++ b/source/components/hardware/hwxfsleep.c @@ -192,7 +192,7 @@ static ACPI_SLEEP_FUNCTIONS AcpiSleepDispatch[] = ACPI_HW_OPTIONAL_FUNCTION (AcpiHwLegacyWakePrep)), ACPI_STRUCT_INIT (ExtendedFunction, AcpiHwExtendedWakePrep) }, - {ACPI_STRUCT_INIT (Legacy_function, + {ACPI_STRUCT_INIT (LegacyFunction, ACPI_HW_OPTIONAL_FUNCTION (AcpiHwLegacyWake)), ACPI_STRUCT_INIT (ExtendedFunction, AcpiHwExtendedWake) } |
