Skip to content

Commit

Permalink
Remove a prototype for the reduced hardware case.
Browse files Browse the repository at this point in the history
Causes an error on some hosts.
  • Loading branch information
acpibob committed Jun 18, 2015
1 parent f51bf84 commit 70f62a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/components/hardware/hwxfsleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,13 @@

/* Local prototypes */

#if (!ACPI_REDUCED_HARDWARE)
static ACPI_STATUS
AcpiHwSetFirmwareWakingVector (
ACPI_TABLE_FACS *Facs,
ACPI_PHYSICAL_ADDRESS PhysicalAddress,
ACPI_PHYSICAL_ADDRESS PhysicalAddress64);
#endif

static ACPI_STATUS
AcpiHwSleepDispatch (
Expand Down

0 comments on commit 70f62a8

Please sign in to comment.