diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-16 16:53:22 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 20:12:35 -0400 |
commit | 59247ca2fdca9691a6a7df532a830e3a133d9962 (patch) | |
tree | 7891feb09bf34672443181beaaec9506a69b11dc /drivers/char/rio/cmdpkt.h | |
parent | a352def21a642133758b868c71bee12ab34ad5c5 (diff) |
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/cmdpkt.h')
-rw-r--r-- | drivers/char/rio/cmdpkt.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/char/rio/cmdpkt.h b/drivers/char/rio/cmdpkt.h index 357ae5722436..c1e7a2798070 100644 --- a/drivers/char/rio/cmdpkt.h +++ b/drivers/char/rio/cmdpkt.h | |||
@@ -32,12 +32,6 @@ | |||
32 | #ifndef __rio_cmdpkt_h__ | 32 | #ifndef __rio_cmdpkt_h__ |
33 | #define __rio_cmdpkt_h__ | 33 | #define __rio_cmdpkt_h__ |
34 | 34 | ||
35 | #ifdef SCCS_LABELS | ||
36 | #ifndef lint | ||
37 | static char *_cmdpkt_h_sccs_ = "@(#)cmdpkt.h 1.2"; | ||
38 | #endif | ||
39 | #endif | ||
40 | |||
41 | /* | 35 | /* |
42 | ** overlays for the data area of a packet. Used in both directions | 36 | ** overlays for the data area of a packet. Used in both directions |
43 | ** (to build a packet to send, and to interpret a packet that arrives) | 37 | ** (to build a packet to send, and to interpret a packet that arrives) |