diff options
Diffstat (limited to 'source/components/hardware/hwxfsleep.c')
| -rw-r--r-- | source/components/hardware/hwxfsleep.c | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/source/components/hardware/hwxfsleep.c b/source/components/hardware/hwxfsleep.c index 8ebb8c1d22c5b..b2f856c5f6d39 100644 --- a/source/components/hardware/hwxfsleep.c +++ b/source/components/hardware/hwxfsleep.c @@ -184,17 +184,17 @@ AcpiHwSleepDispatch (  static ACPI_SLEEP_FUNCTIONS         AcpiSleepDispatch[] =  { -    {ACPI_STRUCT_INIT (legacy_function, +    {ACPI_STRUCT_INIT (LegacyFunction,                         ACPI_HW_OPTIONAL_FUNCTION (AcpiHwLegacySleep)), -     ACPI_STRUCT_INIT (extended_function, +     ACPI_STRUCT_INIT (ExtendedFunction,                         AcpiHwExtendedSleep) }, -    {ACPI_STRUCT_INIT (legacy_function, +    {ACPI_STRUCT_INIT (LegacyFunction,                         ACPI_HW_OPTIONAL_FUNCTION (AcpiHwLegacyWakePrep)), -     ACPI_STRUCT_INIT (extended_function, +     ACPI_STRUCT_INIT (ExtendedFunction,                         AcpiHwExtendedWakePrep) }, -    {ACPI_STRUCT_INIT (legacy_function, +    {ACPI_STRUCT_INIT (Legacy_function,                         ACPI_HW_OPTIONAL_FUNCTION (AcpiHwLegacyWake)), -     ACPI_STRUCT_INIT (extended_function, +     ACPI_STRUCT_INIT (ExtendedFunction,                         AcpiHwExtendedWake) }  };  | 
