diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-05-14 05:41:20 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-14 05:41:20 -0700 |
| commit | 5975a1db0182b107ae5e2df9d8d54b29eb99c372 (patch) | |
| tree | 85ade6d5308854bd5d59d65b579768346dec842d /include/linux | |
| parent | b3dafee7dc88ed3690474512919d053eb97a281f (diff) | |
[PATCH] MSEC_TO_JIFFIES to msec_to_jiffies
Switch all users of MSEC[S]_TO_JIFFIES and JIFFIES_TO_MSEC[S] over to use
jiffies_to_msecs() and msecs_to_jiffies(). Withdraw MSECS_TO_JIFFIES() and
JIFFIES_TO_MSECS() from the kernel API.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/time.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/time.h b/include/linux/time.h index 9a92850cab4b..3300f90af697 100644 --- a/include/linux/time.h +++ b/include/linux/time.h @@ -205,9 +205,6 @@ static inline unsigned long msecs_to_jiffies(unsigned int m) #endif } -#define JIFFIES_TO_MSECS(j) jiffies_to_msecs(j) -#define MSECS_TO_JIFFIES(m) msecs_to_jiffies(m) - /* * The TICK_NSEC - 1 rounds up the value to the next resolution. Note * that a remainder subtract here would not do the right thing as the |
