Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Tobias Klauser <tklauser@nuerscht.ch>
Signed-off-by: Domen Puncer <domen@coderock.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Domen Puncer and committed by
Linus Torvalds
a4bfde5a c97f97b3

-2
-2
drivers/serial/icom.h
··· 286 286 u32 __iomem *global_int_mask; 287 287 unsigned long processor_id; 288 288 }; 289 - 290 - #define MSECS_TO_JIFFIES(ms) (((ms)*HZ+999)/1000)