diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-16 21:53:22 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-20 17:12:35 -0700 |
commit | 59247ca2fdca9691a6a7df532a830e3a133d9962 (patch) | |
tree | 7891feb09bf34672443181beaaec9506a69b11dc /drivers/char/rio/unixrup.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/unixrup.h')
-rw-r--r-- | drivers/char/rio/unixrup.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/char/rio/unixrup.h b/drivers/char/rio/unixrup.h index 46bd532f774..7abf0cba0f2 100644 --- a/drivers/char/rio/unixrup.h +++ b/drivers/char/rio/unixrup.h @@ -33,10 +33,6 @@ #ifndef __rio_unixrup_h__ #define __rio_unixrup_h__ -#ifdef SCCS_LABELS -static char *_unixrup_h_sccs_ = "@(#)unixrup.h 1.2"; -#endif - /* ** UnixRup data structure. This contains pointers to actual RUPs on the ** host card, and all the command/boot control stuff. |