X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fcpufreq.h;h=48a23f1588a16d22d47fcde6ed487947178946e8;hb=c7b5ebbddf7bcd3651947760f423e3783bbe6573;hp=b4204dc7e304f675dde629596516c800ba81cfc7;hpb=9213980e6a70d8473e0ffd4b39ab5b6caaba9ff5;p=linux-2.6.git diff --git a/include/linux/cpufreq.h b/include/linux/cpufreq.h index b4204dc7e..48a23f158 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);