[patch 4/8] serial/icom: Remove custom msescs_to_jiffies() macro

From: domen
Date: Fri Apr 08 2005 - 03:05:01 EST




Remove the MSECS_TO_JIFFIES() macro because msescs_to_jiffies() from
jiffies.h should be used. The macro isn't referenced anywhere anyway.

Signed-off-by: Tobias Klauser <tklauser@xxxxxxxxxxx>
Signed-off-by: Domen Puncer <domen@xxxxxxxxxxxx>
---


kj-domen/drivers/serial/icom.h | 2 --
1 files changed, 2 deletions(-)

diff -puN drivers/serial/icom.h~msecs_to_jiffies-drivers_serial_icom.h drivers/serial/icom.h
--- kj/drivers/serial/icom.h~msecs_to_jiffies-drivers_serial_icom.h 2005-04-05 12:57:56.000000000 +0200
+++ kj-domen/drivers/serial/icom.h 2005-04-05 12:57:56.000000000 +0200
@@ -286,5 +286,3 @@ struct lookup_int_table {
u32 __iomem *global_int_mask;
unsigned long processor_id;
};
-
-#define MSECS_TO_JIFFIES(ms) (((ms)*HZ+999)/1000)
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/