Stumbled upon two places that got missed when the typedefs in
the acpi code were removed. Thought I'd pass the fix along. :-)
Thanks,
Pat
--- Patricia Gaughen (gone@us.ibm.com) IBM Linux Technology Center http://www.ibm.com/linux/ltc/diff -Nru a/drivers/acpi/osl.c b/drivers/acpi/osl.c --- a/drivers/acpi/osl.c Mon Jan 13 18:50:39 2003 +++ b/drivers/acpi/osl.c Mon Jan 13 18:50:39 2003 @@ -527,7 +527,7 @@ acpi_status acpi_os_write_pci_configuration ( - acpi_pci_id *pci_id, + struct acpi_pci_id *pci_id, u32 reg, acpi_integer value, u32 width) @@ -537,7 +537,7 @@ acpi_status acpi_os_read_pci_configuration ( - acpi_pci_id *pci_id, + struct acpi_pci_id *pci_id, u32 reg, void *value, u32 width) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/