ACPICA: Delete stale FADT functions outside tbfadt.c.

Moved all FADT-related functions to a new file, tbfadt.c.
Eliminated the acpi_hw_initialize function - the
FADT registers are now validated when the table is loaded.

Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
Bob Moore
2007-02-02 19:48:20 +03:00
committed by Len Brown
parent 1ba753acb3
commit 765ec20180
7 changed files with 10 additions and 379 deletions

View File

@@ -61,8 +61,6 @@
/*
* hwacpi - high level functions
*/
acpi_status acpi_hw_initialize(void);
acpi_status acpi_hw_set_mode(u32 mode);
u32 acpi_hw_get_mode(void);