Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134822
b: refs/heads/master
c: e86a6a1
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 27, 2009
1 parent df10a42 commit 2525907
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 17 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: cf80063a7d8b1b477236e5491730c1ff71fc5577
refs/heads/master: e86a6a1b7849217bb3b1ef725c7fee86ed6dae33
1 change: 0 additions & 1 deletion trunk/drivers/isdn/hisax/callc.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
const char *lli_revision = "$Revision: 2.59.2.4 $";

extern struct IsdnCard cards[];
extern int nrcards;

static int init_b_st(struct Channel *chanp, int incoming);
static void release_b_st(struct Channel *chanp);
Expand Down
6 changes: 0 additions & 6 deletions trunk/drivers/isdn/hisax/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,6 @@ module_param_array(io1, int, NULL, 0);

int nrcards;

extern const char *l1_revision;
extern const char *l2_revision;
extern const char *l3_revision;
extern const char *lli_revision;
extern const char *tei_revision;

char *HiSax_getrev(const char *revision)
{
char *rev;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/isdn/hisax/hfcscard.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
#include "hfc_2bds0.h"
#include "isdnl1.h"

extern const char *CardType[];

static const char *hfcs_revision = "$Revision: 1.10.2.4 $";

static irqreturn_t
Expand Down
9 changes: 9 additions & 0 deletions trunk/drivers/isdn/hisax/hisax.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@

#ifdef __KERNEL__

extern const char *CardType[];
extern int nrcards;

extern const char *l1_revision;
extern const char *l2_revision;
extern const char *l3_revision;
extern const char *lli_revision;
extern const char *tei_revision;

/* include l3dss1 & ni1 specific process structures, but no other defines */
#ifdef CONFIG_HISAX_EURO
#define l3dss1_process
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/hisax/isdnl1.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
*
*/

const char *l1_revision = "$Revision: 2.46.2.5 $";

#include <linux/init.h>
#include "hisax.h"
#include "isdnl1.h"

const char *l1_revision = "$Revision: 2.46.2.5 $";

#define TIMER3_VALUE 7000

static struct Fsm l1fsm_b;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/isdn/hisax/sedlbauer.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
#include <linux/pci.h>
#include <linux/isapnp.h>

extern const char *CardType[];

static const char *Sedlbauer_revision = "$Revision: 1.34.2.6 $";

static const char *Sedlbauer_Types[] =
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/isdn/hisax/teles0.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
#include "isac.h"
#include "hscx.h"

extern const char *CardType[];

static const char *teles0_revision = "$Revision: 2.15.2.4 $";

#define TELES_IOMEM_SIZE 0x400
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/isdn/hisax/teles3.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "hscx.h"
#include "isdnl1.h"

extern const char *CardType[];
static const char *teles3_revision = "$Revision: 2.19.2.4 $";

#define byteout(addr,val) outb(val,addr)
Expand Down

0 comments on commit 2525907

Please sign in to comment.