aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/acpi
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2012-01-13 08:34:57 +0100
committerJan Beulich <jbeulich@suse.com>2012-01-13 08:34:57 +0100
commit9f8aebe26c057b4f42488905c5d97693e255d1f1 (patch)
tree9d8e6d1706a5f4746b09cbd53f71839b689bf516 /xen/arch/x86/acpi
parent1e583ac49a485131b93537ce2070d69279f0afec (diff)
downloadxen-9f8aebe26c057b4f42488905c5d97693e255d1f1.tar.gz
xen-9f8aebe26c057b4f42488905c5d97693e255d1f1.tar.bz2
xen-9f8aebe26c057b4f42488905c5d97693e255d1f1.zip
remove inclusion of asm/config.h
This was always bogus (xen/config.h should have been used instead) and is superfluous now that xen/config.h gets included through the compiler command line. Signed-off-by: Jan Beulich <jbeulich@suse.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/arch/x86/acpi')
-rw-r--r--xen/arch/x86/acpi/cpufreq/cpufreq.c1
-rw-r--r--xen/arch/x86/acpi/cpufreq/powernow.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/xen/arch/x86/acpi/cpufreq/cpufreq.c b/xen/arch/x86/acpi/cpufreq/cpufreq.c
index b868f164ff..ff80c9de30 100644
--- a/xen/arch/x86/acpi/cpufreq/cpufreq.c
+++ b/xen/arch/x86/acpi/cpufreq/cpufreq.c
@@ -38,7 +38,6 @@
#include <asm/bug.h>
#include <asm/msr.h>
#include <asm/io.h>
-#include <asm/config.h>
#include <asm/processor.h>
#include <asm/percpu.h>
#include <asm/cpufeature.h>
diff --git a/xen/arch/x86/acpi/cpufreq/powernow.c b/xen/arch/x86/acpi/cpufreq/powernow.c
index fb174fa771..69d7f94a1e 100644
--- a/xen/arch/x86/acpi/cpufreq/powernow.c
+++ b/xen/arch/x86/acpi/cpufreq/powernow.c
@@ -32,7 +32,6 @@
#include <asm/bug.h>
#include <asm/msr.h>
#include <asm/io.h>
-#include <asm/config.h>
#include <asm/processor.h>
#include <asm/percpu.h>
#include <asm/cpufeature.h>