From 5975a1db0182b107ae5e2df9d8d54b29eb99c372 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 14 May 2004 05:41:20 -0700 Subject: [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. --- include/linux/time.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/linux') 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 -- cgit v1.2.3