[ALSA] ASoC: build fix for snd_soc_info_bool_ext
[cascardo/linux.git] / include / asm-sh / param.h
index 1012296..ae245af 100644 (file)
@@ -2,11 +2,7 @@
 #define __ASM_SH_PARAM_H
 
 #ifdef __KERNEL__
-# ifdef CONFIG_SH_WDT
-#  define HZ           1000            /* Needed for high-res WOVF */
-# else
-#  define HZ           CONFIG_HZ
-# endif
+# define HZ            CONFIG_HZ
 # define USER_HZ       100             /* User interfaces are in "ticks" */
 # define CLOCKS_PER_SEC        (USER_HZ)       /* frequency at which times() counts */
 #endif