projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3a5401
)
ACPI/PCI: include missing acpi.h file in pci-acpi.h.
author
Andrew Patterson
<andrew.patterson@hp.com>
Mon, 10 Nov 2008 22:30:40 +0000
(15:30 -0700)
committer
Jesse Barnes
<jbarnes@virtuousgeek.org>
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 <willy@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
include/linux/pci-acpi.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/pci-acpi.h
b/include/linux/pci-acpi.h
index 8837928fbf33744249765eaedab779494a452d92..a9e4c34e93896f6049de1e8f3d46054aaad06dbd 100644
(file)
--- a/
include/linux/pci-acpi.h
+++ b/
include/linux/pci-acpi.h
@@
-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