aboutsummaryrefslogtreecommitdiffstats
path: root/xen/drivers/cpufreq
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/drivers/cpufreq
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/drivers/cpufreq')
-rw-r--r--xen/drivers/cpufreq/cpufreq.c1
-rw-r--r--xen/drivers/cpufreq/cpufreq_ondemand.c1
-rw-r--r--xen/drivers/cpufreq/utility.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/xen/drivers/cpufreq/cpufreq.c b/xen/drivers/cpufreq/cpufreq.c
index f49ea1c9c2..c0b0f88a09 100644
--- a/xen/drivers/cpufreq/cpufreq.c
+++ b/xen/drivers/cpufreq/cpufreq.c
@@ -41,7 +41,6 @@
#include <xen/cpu.h>
#include <asm/bug.h>
#include <asm/io.h>
-#include <asm/config.h>
#include <asm/processor.h>
#include <asm/percpu.h>
#include <acpi/acpi.h>
diff --git a/xen/drivers/cpufreq/cpufreq_ondemand.c b/xen/drivers/cpufreq/cpufreq_ondemand.c
index c9378adc4f..b3f9ab89e6 100644
--- a/xen/drivers/cpufreq/cpufreq_ondemand.c
+++ b/xen/drivers/cpufreq/cpufreq_ondemand.c
@@ -18,7 +18,6 @@
#include <xen/types.h>
#include <xen/sched.h>
#include <xen/timer.h>
-#include <asm/config.h>
#include <acpi/cpufreq/cpufreq.h>
#define DEF_FREQUENCY_UP_THRESHOLD (80)
diff --git a/xen/drivers/cpufreq/utility.c b/xen/drivers/cpufreq/utility.c
index 3edcfcc18f..fad54651b3 100644
--- a/xen/drivers/cpufreq/utility.c
+++ b/xen/drivers/cpufreq/utility.c
@@ -28,7 +28,6 @@
#include <xen/sched.h>
#include <xen/timer.h>
#include <xen/trace.h>
-#include <asm/config.h>
#include <acpi/cpufreq/cpufreq.h>
#include <public/sysctl.h>