summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc')
-rw-r--r--include/asm-ppc/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ppc/param.h b/include/asm-ppc/param.h
index fef4beb74..93d6fc52c 100644
--- a/include/asm-ppc/param.h
+++ b/include/asm-ppc/param.h
@@ -4,7 +4,7 @@
#ifndef HZ
#define HZ 100
#ifdef __KERNEL__
-#define HZ_TO_STD(a) (a)
+#define hz_to_std(a) (a)
#endif
#endif