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 <[EMAIL PROTECTED]>
diff -urpN linux-2.6.11.orig/drivers/serial/icom.h
linux-2.6.11/drivers/serial/icom.h
--- linux-2.6.11.orig/drivers/serial/icom.h 2005-03-02 12:50:31.000000000
+0100
+++ linux-2.6.11/drivers/serial/icom.h 2005-03-23 13:52:24.485557392 +0100
@@ -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-serial" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html