Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59247ca2 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds
Browse files

drivers/char/rio/: remove VCS tags



This patch removes ancient VCS tags (either protected
by #ifdef SCCS_LABELS or commented out).

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a352def2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -35,9 +35,6 @@
 ***************************************************************************/

#ifndef _cirrus_h
#ifndef lint
/* static char* _cirrus_h_sccs = "@(#)cirrus.h	1.16"; */
#endif
#define _cirrus_h 1

/* Bit fields for particular registers shared with driver */
+0 −6
Original line number Diff line number Diff line
@@ -33,12 +33,6 @@
#ifndef __rio_cmdblk_h__
#define __rio_cmdblk_h__

#ifdef SCCS_LABELS
#ifndef lint
static char *_cmdblk_h_sccs_ = "@(#)cmdblk.h	1.2";
#endif
#endif

/*
** the structure of a command block, used to queue commands destined for
** a rup.
+0 −6
Original line number Diff line number Diff line
@@ -32,12 +32,6 @@
#ifndef __rio_cmdpkt_h__
#define __rio_cmdpkt_h__

#ifdef SCCS_LABELS
#ifndef lint
static char *_cmdpkt_h_sccs_ = "@(#)cmdpkt.h	1.2";
#endif
#endif

/*
** overlays for the data area of a packet. Used in both directions
** (to build a packet to send, and to interpret a packet that arrives)
+0 −6
Original line number Diff line number Diff line
@@ -33,12 +33,6 @@
#ifndef	__rio_daemon_h__
#define	__rio_daemon_h__

#ifdef SCCS_LABELS
#ifndef lint
static char *_daemon_h_sccs_ = "@(#)daemon.h	1.3";
#endif
#endif


/*
** structures used on /dev/rio
+0 −6
Original line number Diff line number Diff line
@@ -33,12 +33,6 @@
#ifndef	__rio_errors_h__
#define	__rio_errors_h__

#ifdef SCCS_LABELS
#ifndef lint
static char *_errors_h_sccs_ = "@(#)errors.h	1.2";
#endif
#endif

/*
** error codes
*/
Loading