Commit d87c90db authored by Patrick Mochel's avatar Patrick Mochel Committed by Linus Torvalds

[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.
parent a68d5b4c
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment