summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-02 20:45:59 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-09-02 20:45:59 -0700
commit06a5ce0e9dc48ccf92f46a9cfd4e9dad6b9e212a (patch)
tree93eaa3e2e93a6525dc3f6a619683fa88b5de366f /include
parent996a2018bb27f12dfff6ddc4004f58c9a6d84d49 (diff)
parent2256984890f3929cd2c93fcaa0498032d25e44ea (diff)
Merge bk://linux-dj.bkbits.net/cpufreq
into ppc970.osdl.org:/home/torvalds/v2.6/linux
Diffstat (limited to 'include')
-rw-r--r--include/linux/cpufreq.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h
index b4204dc7e304..48a23f1588a1 100644
--- a/include/linux/cpufreq.h
+++ b/include/linux/cpufreq.h
@@ -209,13 +209,6 @@ struct cpufreq_driver {
#define CPUFREQ_CONST_LOOPS 0x02 /* loops_per_jiffy or other kernel
* "constants" aren't affected by
* frequency transitions */
-#define CPUFREQ_PANIC_OUTOFSYNC 0x04 /* panic if cpufreq's opinion of
- * current frequency differs from
- * actual frequency */
-#define CPUFREQ_PANIC_RESUME_OUTOFSYNC 0x08 /* panic if cpufreq's opinion of
- * current frequency differs from
- * actual frequency on resume
- * from sleep. */
int cpufreq_register_driver(struct cpufreq_driver *driver_data);