avr32: switch to 3.10
[openwrt/staging/wigyori.git] / target / linux / avr32 / patches-3.8 / 100-dont-redefine-HZ.patch
1 --- a/arch/avr32/include/asm/param.h
2 +++ b/arch/avr32/include/asm/param.h
3 @@ -3,7 +3,6 @@
4
5 #include <uapi/asm/param.h>
6
7 -# define HZ CONFIG_HZ
8 # define USER_HZ 100 /* User interfaces are in "ticks" */
9 # define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */
10 #endif /* __ASM_AVR32_PARAM_H */