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>
@@ -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 */
@@ -33,12 +33,6 @@
#ifndef __rio_cmdblk_h__
#define __rio_cmdblk_h__
-#ifdef SCCS_LABELS
-static char *_cmdblk_h_sccs_ = "@(#)cmdblk.h 1.2";
-
/*
** the structure of a command block, used to queue commands destined for
** a rup.
@@ -32,12 +32,6 @@
#ifndef __rio_cmdpkt_h__
#define __rio_cmdpkt_h__
-static char *_cmdpkt_h_sccs_ = "@(#)cmdpkt.h 1.2";
** 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)
#ifndef __rio_daemon_h__
#define __rio_daemon_h__
-static char *_daemon_h_sccs_ = "@(#)daemon.h 1.3";
** structures used on /dev/rio
#ifndef __rio_errors_h__
#define __rio_errors_h__
-static char *_errors_h_sccs_ = "@(#)errors.h 1.2";
** error codes
*/
@@ -35,12 +35,6 @@
#include <linux/kdev_t.h>
-static char *_func_h_sccs_ = "@(#)func.h 1.3";
/* rioboot.c */
int RIOBootCodeRTA(struct rio_info *, struct DownLoad *);
int RIOBootCodeHOST(struct rio_info *, struct DownLoad *);
@@ -33,10 +33,6 @@
#ifndef __rio_map_h__
#define __rio_map_h__
-static char *_map_h_sccs_ = "@(#)map.h 1.2";
** mapping structure passed to and from the config.rio program to
** determine the current topology of the world
@@ -33,11 +33,6 @@
#ifndef __rio_param_h__
#define __rio_param_h__
-static char *_param_h_sccs_ = "@(#)param.h 1.2";
** the param command block, as used in OPEN and PARAM calls.
@@ -37,13 +37,6 @@
#ifndef _parmap_h
#define _parmap_h
-/* static char *_rio_parmmap_h_sccs = "@(#)parmmap.h 1.4"; */
typedef struct PARM_MAP PARM_MAP;
struct PARM_MAP {
#ifndef __rio_pci_h__
#define __rio_pci_h__
-static char *_pci_h_sccs_ = "@(#)pci.h 1.2";
** PCI stuff
#ifndef _protsts_h
#define _protsts_h 1
-/* static char *_rio_protsts_h_sccs = "@(#)protsts.h 1.4"; */
/*************************************************
* ACK bit. Last Packet received OK. Set by
* rxpkt to indicate that the Packet has been
@@ -25,11 +25,6 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
* USA.
*
- * Revision history:
- * $Log: rio.c,v $
- * Revision 1.1 1999/07/11 10:13:54 wolff
- * Initial revision
- *
* */
#include <linux/module.h>
@@ -29,12 +29,6 @@
/* */
/************************************************************************/
-/* History...
-1.0.0 26/04/99 NPV Creation.
-*/
#ifndef _rioboard_h /* If RIOBOARD.H not already defined */
#define _rioboard_h 1
@@ -30,9 +30,6 @@
**
** -----------------------------------------------------------------------------
-static char *_riocmd_c_sccs_ = "@(#)riocmd.c 1.2";
#include <linux/slab.h>
@@ -29,10 +29,6 @@
-static char *_rioctrl_c_sccs_ = "@(#)rioctrl.c 1.3";
@@ -35,10 +35,6 @@
#include <asm/param.h> /* for HZ */
-static char *_riodrvr_h_sccs_ = "@(#)riodrvr.h 1.3";
#define MEMDUMP_SIZE 32
#define MOD_DISABLE (RIO_NOREAD|RIO_NOWRITE|RIO_NOXPRINT)
#ifndef __rioinfo_h
#define __rioinfo_h
-static char *_rioinfo_h_sccs_ = "@(#)rioinfo.h 1.2";
** Host card data structure
@@ -29,9 +29,6 @@
-static char *_rioinit_c_sccs_ = "@(#)rioinit.c 1.3";
-static char *_riointr_c_sccs_ = "@(#)riointr.c 1.2";
@@ -30,10 +30,6 @@
-static char *_rioparam_c_sccs_ = "@(#)rioparam.c 1.3";
#include <linux/errno.h>
-static char *_rioroute_c_sccs_ = "@(#)rioroute.c 1.3";
#ifndef __rio_riospace_h__
#define __rio_riospace_h__
-static char *_riospace_h_sccs_ = "@(#)riospace.h 1.2";
#define RIO_LOCATOR_LEN 16
#define MAX_RIO_BOARDS 4
-static char *_riotable_c_sccs_ = "@(#)riotable.c 1.2";
-static char *_riotty_c_sccs_ = "@(#)riotty.c 1.3";
#define __EXPLICIT_DEF_H__
@@ -37,12 +37,6 @@
#ifndef _route_h
#define _route_h
-/* static char *_rio_route_h_sccs = "@(#)route.h 1.3"; */
#define MAX_LINKS 4
#define MAX_NODES 17 /* Maximum nodes in a subnet */
#define NODE_BYTES ((MAX_NODES / 8) + 1) /* Number of bytes needed for
#ifndef __rio_unixrup_h__
#define __rio_unixrup_h__
-static char *_unixrup_h_sccs_ = "@(#)unixrup.h 1.2";
** UnixRup data structure. This contains pointers to actual RUPs on the
** host card, and all the command/boot control stuff.