* Fix compilation with CONFIG_ACPI_PCI off
@ 2003-02-20 21:58 Pavel Machek
0 siblings, 0 replies; only message in thread
From: Pavel Machek @ 2003-02-20 21:58 UTC (permalink / raw)
To: Rusty trivial patch monkey Russell, ACPI mailing list,
Andrew Grover
Hi!
This fixes compilation... Please apply,
Pavel
--- linux/drivers/acpi/osl.c 2003-02-15 18:52:16.000000000 +0100
+++ linux-tablet/drivers/acpi/osl.c 2003-02-20 21:58:04.000000000 +0100
@@ -527,7 +534,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 +544,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)
--
When do you have a heart between your knees?
[Johanka's followup: and *two* hearts?]
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-02-20 21:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-20 21:58 Fix compilation with CONFIG_ACPI_PCI off Pavel Machek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox