]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.39/patches.drivers/acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.drivers / acpi-pci-include-missing-acpi.h-file-in-pci-acpi.h.patch
1 From 8b62091e20215730be1b94b7cd135a78a3e692ca Mon Sep 17 00:00:00 2001
2 From: Andrew Patterson <andrew.patterson@hp.com>
3 Date: Mon, 10 Nov 2008 15:30:40 -0700
4 Subject: ACPI/PCI: include missing acpi.h file in pci-acpi.h.
5 Patch-mainline: 2.6.29
6 References: bnc#438941
7
8 The pci-acpi.h file will not compile without including linux/acpi.h.
9
10 Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
11 Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
12 Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
13
14 ---
15
16 include/linux/pci-acpi.h | 2 ++
17 1 file changed, 2 insertions(+)
18
19 --- a/include/linux/pci-acpi.h
20 +++ b/include/linux/pci-acpi.h
21 @@ -8,6 +8,8 @@
22 #ifndef _PCI_ACPI_H_
23 #define _PCI_ACPI_H_
24
25 +#include <linux/acpi.h>
26 +
27 #define OSC_QUERY_TYPE 0
28 #define OSC_SUPPORT_TYPE 1
29 #define OSC_CONTROL_TYPE 2