summaryrefslogtreecommitdiff
path: root/include/asm-v850/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-v850/param.h')
-rw-r--r--include/asm-v850/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-v850/param.h b/include/asm-v850/param.h
index 3c65bd573782..281832690290 100644
--- a/include/asm-v850/param.h
+++ b/include/asm-v850/param.h
@@ -23,8 +23,7 @@
#define MAXHOSTNAMELEN 64 /* max length of hostname */
#ifdef __KERNEL__
-#include <asm/machdep.h> /* For HZ */
-
+# define HZ CONFIG_HZ
# define USER_HZ 100
# define CLOCKS_PER_SEC USER_HZ
#endif