refresh 2.6.21 patches
[openwrt/staging/florian.git] / target / linux / pxa / patches-2.6.21 / 033-compile-fix-pxa_cpufreq.patch
1 --- a/arch/arm/mach-pxa/cpu-pxa.c
2 +++ b/arch/arm/mach-pxa/cpu-pxa.c
3 @@ -42,7 +42,7 @@
4
5 #define DEBUG 0
6
7 -#ifdef DEBUG
8 +#if defined (DEBUG) && DEBUG > 0
9 static unsigned int freq_debug = DEBUG;
10 MODULE_PARM(freq_debug, "i");
11 MODULE_PARM_DESC(freq_debug, "Set the debug messages to on=1/off=0");