public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 4/8] serial/icom: Remove custom msescs_to_jiffies() macro
@ 2005-04-08  7:51 domen
  0 siblings, 0 replies; only message in thread
From: domen @ 2005-04-08  7:51 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel, domen, tklauser



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@nuerscht.ch>
Signed-off-by: Domen Puncer <domen@coderock.org>
---


 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)
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-04-08  8:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08  7:51 [patch 4/8] serial/icom: Remove custom msescs_to_jiffies() macro domen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox