summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorPatrick Mochel <mochel@osdl.org>2003-01-12 23:07:17 -0800
committerLinus Torvalds <torvalds@penguin.transmeta.com>2003-01-12 23:07:17 -0800
commitd87c90dbe69753e338c558a9d33e9d0fb181baa8 (patch)
treef2e6cc3db00b79d9ac8880fa2c7a28e64217dea8 /kernel
parenta68d5b4c00649f4572c6241d017b7080c94b9969 (diff)
[PATCH] fix cpufreq compilation
This is needed to compile kernel/cpufreq.c if the legacy procfs interface is not enabled in the latest BK tree.
Diffstat (limited to 'kernel')
-rw-r--r--kernel/cpufreq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cpufreq.c b/kernel/cpufreq.c
index 9f13db3b9233..792894f8050c 100644
--- a/kernel/cpufreq.c
+++ b/kernel/cpufreq.c
@@ -21,6 +21,7 @@
#include <linux/interrupt.h>
#include <linux/spinlock.h>
#include <linux/device.h>
+#include <linux/slab.h>
#ifdef CONFIG_CPU_FREQ_PROC_INTF
#include <linux/ctype.h>