ACPI/PCI: include missing acpi.h file in pci-acpi.h.
authorAndrew Patterson <[email protected]>
Mon, 10 Nov 2008 22:30:40 +0000 (15:30 -0700)
committerJesse Barnes <[email protected]>
Wed, 7 Jan 2009 19:12:26 +0000 (11:12 -0800)
The pci-acpi.h file will not compile without including linux/acpi.h.

Signed-off-by: Matthew Wilcox <[email protected]>
Signed-off-by: Jesse Barnes <[email protected]>
include/linux/pci-acpi.h

index 8837928fbf33744249765eaedab779494a452d92..a9e4c34e93896f6049de1e8f3d46054aaad06dbd 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _PCI_ACPI_H_
 #define _PCI_ACPI_H_
 
+#include <linux/acpi.h>
+
 #define OSC_QUERY_TYPE                 0
 #define OSC_SUPPORT_TYPE               1
 #define OSC_CONTROL_TYPE               2