mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
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>
This commit is contained in:
parent
a352def21a
commit
59247ca2fd
@ -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
|
||||
#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.
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -35,12 +35,6 @@
|
||||
|
||||
#include <linux/kdev_t.h>
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
#ifndef lint
|
||||
static char *_func_h_sccs_ = "@(#)func.h 1.3";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* 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__
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_map_h_sccs_ = "@(#)map.h 1.2";
|
||||
#endif
|
||||
|
||||
/*
|
||||
** 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__
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_param_h_sccs_ = "@(#)param.h 1.2";
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
** the param command block, as used in OPEN and PARAM calls.
|
||||
*/
|
||||
|
@ -37,13 +37,6 @@
|
||||
#ifndef _parmap_h
|
||||
#define _parmap_h
|
||||
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
#ifndef lint
|
||||
/* static char *_rio_parmmap_h_sccs = "@(#)parmmap.h 1.4"; */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef struct PARM_MAP PARM_MAP;
|
||||
|
||||
struct PARM_MAP {
|
||||
|
@ -33,10 +33,6 @@
|
||||
#ifndef __rio_pci_h__
|
||||
#define __rio_pci_h__
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_pci_h_sccs_ = "@(#)pci.h 1.2";
|
||||
#endif
|
||||
|
||||
/*
|
||||
** PCI stuff
|
||||
*/
|
||||
|
@ -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
|
||||
|
@ -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 @@
|
||||
**
|
||||
** -----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_riocmd_c_sccs_ = "@(#)riocmd.c 1.2";
|
||||
#endif
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
@ -29,10 +29,6 @@
|
||||
**
|
||||
** -----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_rioctrl_c_sccs_ = "@(#)rioctrl.c 1.3";
|
||||
#endif
|
||||
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
@ -35,10 +35,6 @@
|
||||
|
||||
#include <asm/param.h> /* for HZ */
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_riodrvr_h_sccs_ = "@(#)riodrvr.h 1.3";
|
||||
#endif
|
||||
|
||||
#define MEMDUMP_SIZE 32
|
||||
#define MOD_DISABLE (RIO_NOREAD|RIO_NOWRITE|RIO_NOXPRINT)
|
||||
|
||||
|
@ -33,10 +33,6 @@
|
||||
#ifndef __rioinfo_h
|
||||
#define __rioinfo_h
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_rioinfo_h_sccs_ = "@(#)rioinfo.h 1.2";
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Host card data structure
|
||||
*/
|
||||
|
@ -29,9 +29,6 @@
|
||||
**
|
||||
** -----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_rioinit_c_sccs_ = "@(#)rioinit.c 1.3";
|
||||
#endif
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
@ -29,10 +29,6 @@
|
||||
**
|
||||
** -----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_riointr_c_sccs_ = "@(#)riointr.c 1.2";
|
||||
#endif
|
||||
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
@ -30,10 +30,6 @@
|
||||
** -----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_rioparam_c_sccs_ = "@(#)rioparam.c 1.3";
|
||||
#endif
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/errno.h>
|
||||
|
@ -29,9 +29,6 @@
|
||||
**
|
||||
** -----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_rioroute_c_sccs_ = "@(#)rioroute.c 1.3";
|
||||
#endif
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
@ -33,10 +33,6 @@
|
||||
#ifndef __rio_riospace_h__
|
||||
#define __rio_riospace_h__
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_riospace_h_sccs_ = "@(#)riospace.h 1.2";
|
||||
#endif
|
||||
|
||||
#define RIO_LOCATOR_LEN 16
|
||||
#define MAX_RIO_BOARDS 4
|
||||
|
||||
|
@ -29,9 +29,6 @@
|
||||
**
|
||||
** -----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_riotable_c_sccs_ = "@(#)riotable.c 1.2";
|
||||
#endif
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
|
@ -29,10 +29,6 @@
|
||||
**
|
||||
** -----------------------------------------------------------------------------
|
||||
*/
|
||||
#ifdef SCCS_LABELS
|
||||
static char *_riotty_c_sccs_ = "@(#)riotty.c 1.3";
|
||||
#endif
|
||||
|
||||
|
||||
#define __EXPLICIT_DEF_H__
|
||||
|
||||
|
@ -37,12 +37,6 @@
|
||||
#ifndef _route_h
|
||||
#define _route_h
|
||||
|
||||
#ifdef SCCS_LABELS
|
||||
#ifndef lint
|
||||
/* static char *_rio_route_h_sccs = "@(#)route.h 1.3"; */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user