diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-16 22:53:22 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-21 02:12:35 +0200 |
commit | 59247ca2fdca9691a6a7df532a830e3a133d9962 (patch) | |
tree | 7891feb09bf34672443181beaaec9506a69b11dc /drivers/char/rio/protsts.h | |
parent | tty: Ldisc revamp (diff) | |
download | linux-59247ca2fdca9691a6a7df532a830e3a133d9962.tar.xz linux-59247ca2fdca9691a6a7df532a830e3a133d9962.zip |
drivers/char/rio/: remove VCS tags
This patch removes ancient VCS tags (either protected
by #ifdef SCCS_LABELS or commented out).
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/rio/protsts.h')
-rw-r--r-- | drivers/char/rio/protsts.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/char/rio/protsts.h b/drivers/char/rio/protsts.h index 69fc4bc34153..8ab79401d3ee 100644 --- a/drivers/char/rio/protsts.h +++ b/drivers/char/rio/protsts.h @@ -37,13 +37,6 @@ #ifndef _protsts_h #define _protsts_h 1 - -#ifdef SCCS_LABELS -#ifndef lint -/* static char *_rio_protsts_h_sccs = "@(#)protsts.h 1.4"; */ -#endif -#endif - /************************************************* * ACK bit. Last Packet received OK. Set by * rxpkt to indicate that the Packet has been |