summaryrefslogtreecommitdiffstats
path: root/include/asm-ppc
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-07-12 00:35:07 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-07-12 00:35:07 +0000
commitca2b53c30a3c2dea1d2610319ea0f4913ecae2e4 (patch)
tree517264cd64f493b4abe59243171390dc9f665161 /include/asm-ppc
parent2bab1036f931dad0ae1633669c92fb201b229789 (diff)
Make HZ_TO_STD macro name lowercase.
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