summaryrefslogtreecommitdiffstats
path: root/include/asm-m68k
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-m68k
parent2bab1036f931dad0ae1633669c92fb201b229789 (diff)
Make HZ_TO_STD macro name lowercase.
Diffstat (limited to 'include/asm-m68k')
-rw-r--r--include/asm-m68k/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m68k/param.h b/include/asm-m68k/param.h
index 6ce91970d..ffd640baa 100644
--- a/include/asm-m68k/param.h
+++ b/include/asm-m68k/param.h
@@ -6,7 +6,7 @@
#ifndef HZ
#define HZ 100
#ifdef __KERNEL__
-#define HZ_TO_STD(a) (a)
+#define hz_to_std(a) (a)
#endif
#endif