Magellan Linux

Contents of /trunk/kernel26-xen/patches-2.6.25-r1/1148-2.6.25-xen-Add-missing-acpi-include-to-xen-setup.c.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 606 - (show annotations) (download)
Thu May 22 23:13:13 2008 UTC (16 years ago) by niro
File size: 641 byte(s)
-ver bump to 2.6.25-magellan-r1:
- linux-2.6.25.4
- fbcondecor-0.9.4
- squashfs-3.3
- unionfs-2.3.3
- tuxonice-3.0-rc7
- linux-phc-0.3.0
- acpi-dstd-0.9a
- reiser4
- xen-3.2.0
. ipw3945-1.2.2

1 From aa0e5aa81b03e30383e35648cc912796c61a4245 Mon Sep 17 00:00:00 2001
2 From: Eduardo Habkost <ehabkost@redhat.com>
3 Date: Tue, 4 Mar 2008 16:59:21 -0300
4 Subject: [PATCH] Add missing acpi #include to xen/setup.c
5
6 Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
7 ---
8 arch/x86/xen/setup.c | 1 +
9 1 files changed, 1 insertions(+), 0 deletions(-)
10
11 diff --git a/arch/x86/xen/setup.c b/arch/x86/xen/setup.c
12 index 7b0468f..f731e0b 100644
13 --- a/arch/x86/xen/setup.c
14 +++ b/arch/x86/xen/setup.c
15 @@ -21,6 +21,7 @@
16 #include <xen/features.h>
17
18 #include <asm/proto.h>
19 +#include <asm/acpi.h>
20
21 #include "xen-ops.h"
22 #include "vdso.h"
23 --
24 1.5.4.1
25