Skip to content
Snippets Groups Projects
Commit 8b62091e authored by Andrew Patterson's avatar Andrew Patterson Committed by Jesse Barnes
Browse files

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: default avatarMatthew Wilcox <willy@linux.intel.com>
Signed-off-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent d3a54014
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment