[PATCH] drivers/char/rio/: kill rio_udelay

There's no need for a function that only calls udelay.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
此提交包含在:
Adrian Bunk
2005-06-25 14:59:35 -07:00
提交者 Linus Torvalds
父節點 d660a7403a
當前提交 97998d8fdb
共有 3 個檔案被更改,包括 4 行新增9 行删除

查看文件

@@ -354,11 +354,6 @@ int rio_ismodem(struct tty_struct *tty)
}
void rio_udelay (int usecs)
{
udelay (usecs);
}
static int rio_set_real_termios (void *ptr)
{
int rv, modem;