linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] acpi compilation fix for 2.5.57
@ 2003-01-14  2:55 Patricia Gaughen
  0 siblings, 0 replies; only message in thread
From: Patricia Gaughen @ 2003-01-14  2:55 UTC (permalink / raw)
  To: andrew.grover, linux-kernel


Hi,

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-01-14  2:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-14  2:55 [PATCH] acpi compilation fix for 2.5.57 Patricia Gaughen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).