diff options
author | Jiri Slaby <jslaby@suse.cz> | 2012-04-02 07:53:48 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-04-09 14:14:50 -0400 |
commit | 1ca6711ec001c1893552f1a90007f81dff57ca7a (patch) | |
tree | c829b420b7ab172e001d025e1f7395d16f5a90ca /drivers/isdn/i4l/isdn_tty.c | |
parent | 5de0a567c020479d89953038eee9192d417349be (diff) |
ISDN: i4l, remove cvs crap
CVS $Id$ is unused and makes no sense in our tree. Get rid of that.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: Karsten Keil <isdn@linux-pingi.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/isdn/i4l/isdn_tty.c')
-rw-r--r-- | drivers/isdn/i4l/isdn_tty.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/isdn/i4l/isdn_tty.c b/drivers/isdn/i4l/isdn_tty.c index 3831abdbc66f..1d701cd6031b 100644 --- a/drivers/isdn/i4l/isdn_tty.c +++ b/drivers/isdn/i4l/isdn_tty.c | |||
@@ -1,5 +1,4 @@ | |||
1 | /* $Id: isdn_tty.c,v 1.1.2.3 2004/02/10 01:07:13 keil Exp $ | 1 | /* |
2 | * | ||
3 | * Linux ISDN subsystem, tty functions and AT-command emulator (linklevel). | 2 | * Linux ISDN subsystem, tty functions and AT-command emulator (linklevel). |
4 | * | 3 | * |
5 | * Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de) | 4 | * Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de) |
@@ -48,9 +47,6 @@ static int bit2si[8] = | |||
48 | static int si2bit[8] = | 47 | static int si2bit[8] = |
49 | {4, 1, 4, 4, 4, 4, 4, 4}; | 48 | {4, 1, 4, 4, 4, 4, 4, 4}; |
50 | 49 | ||
51 | char *isdn_tty_revision = "$Revision: 1.1.2.3 $"; | ||
52 | |||
53 | |||
54 | /* isdn_tty_try_read() is called from within isdn_tty_rcv_skb() | 50 | /* isdn_tty_try_read() is called from within isdn_tty_rcv_skb() |
55 | * to stuff incoming data directly into a tty's flip-buffer. This | 51 | * to stuff incoming data directly into a tty's flip-buffer. This |
56 | * is done to speed up tty-receiving if the receive-queue is empty. | 52 | * is done to speed up tty-receiving if the receive-queue is empty. |