Skip to content

Commit

Permalink
[PATCH] serial/icom: Remove custom msescs_to_jiffies() macro
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Domen Puncer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed Jun 25, 2005
1 parent c97f97b commit a4bfde5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/serial/icom.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit a4bfde5

Please sign in to comment.