diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 00:35:07 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 00:35:07 +0000 |
commit | ca2b53c30a3c2dea1d2610319ea0f4913ecae2e4 (patch) | |
tree | 517264cd64f493b4abe59243171390dc9f665161 /include/asm-alpha | |
parent | 2bab1036f931dad0ae1633669c92fb201b229789 (diff) |
Make HZ_TO_STD macro name lowercase.
Diffstat (limited to 'include/asm-alpha')
-rw-r--r-- | include/asm-alpha/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-alpha/param.h b/include/asm-alpha/param.h index 749ff7ba8..768c92e02 100644 --- a/include/asm-alpha/param.h +++ b/include/asm-alpha/param.h @@ -14,7 +14,7 @@ # define HZ 1200 # endif #ifdef __KERNEL__ -# define HZ_TO_STD(a) (a) +# define hz_to_std(a) (a) #endif #endif |