Commit 8b62091e20215730be1b94b7cd135a78a3e692ca

Authored by Andrew Patterson
Committed by Jesse Barnes
1 parent d3a54014e2

ACPI/PCI: include missing acpi.h file in pci-acpi.h.

The pci-acpi.h file will not compile without including linux/acpi.h.

Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

include/linux/pci-acpi.h
... ... @@ -8,6 +8,8 @@
8 8 #ifndef _PCI_ACPI_H_
9 9 #define _PCI_ACPI_H_
10 10  
  11 +#include <linux/acpi.h>
  12 +
11 13 #define OSC_QUERY_TYPE 0
12 14 #define OSC_SUPPORT_TYPE 1
13 15 #define OSC_CONTROL_TYPE 2