Commit a4bfde5a authored by Domen Puncer's avatar Domen Puncer Committed by Linus Torvalds
Browse files

[PATCH] serial/icom: Remove custom msescs_to_jiffies() macro



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: default avatarTobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: default avatarDomen Puncer <domen@coderock.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent c97f97b3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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)