summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/time.h3
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