Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102351
b: refs/heads/master
c: 59247ca
h: refs/heads/master
i:
  102349: cf056c5
  102347: c00192b
  102343: 80d3c4d
  102335: f98d4f8
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 21, 2008
1 parent 7b9d130 commit 224ede8
Show file tree
Hide file tree
Showing 27 changed files with 1 addition and 122 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a352def21a642133758b868c71bee12ab34ad5c5
refs/heads/master: 59247ca2fdca9691a6a7df532a830e3a133d9962
3 changes: 0 additions & 3 deletions trunk/drivers/char/rio/cirrus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/char/rio/cmdblk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/char/rio/cmdpkt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/char/rio/daemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/char/rio/errors.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/char/rio/func.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 *);
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/map.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/char/rio/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/char/rio/parmmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
7 changes: 0 additions & 7 deletions trunk/drivers/char/rio/protsts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 0 additions & 5 deletions trunk/drivers/char/rio/rio_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/char/rio/rioboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/char/rio/riocmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/rioctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/riodrvr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/rioinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/char/rio/rioinit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/riointr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/rioparam.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/char/rio/rioroute.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/riospace.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions trunk/drivers/char/rio/riotable.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/riotty.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
**
** -----------------------------------------------------------------------------
*/
#ifdef SCCS_LABELS
static char *_riotty_c_sccs_ = "@(#)riotty.c 1.3";
#endif


#define __EXPLICIT_DEF_H__

Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/char/rio/route.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/char/rio/unixrup.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 224ede8

Please sign in to comment.