|
@@ -204,7 +204,7 @@ int __init
|
|
|
acpi_table_parse_entries(char *id,
|
|
acpi_table_parse_entries(char *id,
|
|
|
unsigned long table_size,
|
|
unsigned long table_size,
|
|
|
int entry_id,
|
|
int entry_id,
|
|
|
- acpi_table_entry_handler handler,
|
|
|
|
|
|
|
+ acpi_tbl_entry_handler handler,
|
|
|
unsigned int max_entries)
|
|
unsigned int max_entries)
|
|
|
{
|
|
{
|
|
|
struct acpi_table_header *table_header = NULL;
|
|
struct acpi_table_header *table_header = NULL;
|
|
@@ -269,7 +269,7 @@ acpi_table_parse_entries(char *id,
|
|
|
|
|
|
|
|
int __init
|
|
int __init
|
|
|
acpi_table_parse_madt(enum acpi_madt_type id,
|
|
acpi_table_parse_madt(enum acpi_madt_type id,
|
|
|
- acpi_table_entry_handler handler, unsigned int max_entries)
|
|
|
|
|
|
|
+ acpi_tbl_entry_handler handler, unsigned int max_entries)
|
|
|
{
|
|
{
|
|
|
return acpi_table_parse_entries(ACPI_SIG_MADT,
|
|
return acpi_table_parse_entries(ACPI_SIG_MADT,
|
|
|
sizeof(struct acpi_table_madt), id,
|
|
sizeof(struct acpi_table_madt), id,
|
|
@@ -285,7 +285,7 @@ acpi_table_parse_madt(enum acpi_madt_type id,
|
|
|
* Scan the ACPI System Descriptor Table (STD) for a table matching @id,
|
|
* Scan the ACPI System Descriptor Table (STD) for a table matching @id,
|
|
|
* run @handler on it. Return 0 if table found, return on if not.
|
|
* run @handler on it. Return 0 if table found, return on if not.
|
|
|
*/
|
|
*/
|
|
|
-int __init acpi_table_parse(char *id, acpi_table_handler handler)
|
|
|
|
|
|
|
+int __init acpi_table_parse(char *id, acpi_tbl_table_handler handler)
|
|
|
{
|
|
{
|
|
|
struct acpi_table_header *table = NULL;
|
|
struct acpi_table_header *table = NULL;
|
|
|
acpi_size tbl_size;
|
|
acpi_size tbl_size;
|