Commit 07fee12d authored by Doug Ledford's avatar Doug Ledford

inia100.c:

  Oops, global variable defined in two different files.  One needed extern.
parent 9f0b7b10
......@@ -111,7 +111,6 @@ static int setup_called = 0;
/* ---- INTERNAL VARIABLES ---- */
#define NUMBER(arr) (sizeof(arr) / sizeof(arr[0]))
static char *setup_str = (char *) NULL;
static struct inia100_Adpt_Struc *inia100_adpt;
static void inia100_intr(int, void *, struct pt_regs *);
static void inia100_panic(char *msg);
......@@ -131,6 +130,7 @@ extern int abort_SCB(ORC_HCS * hcsp, ORC_SCB * pScb);
extern int orc_abort_srb(ORC_HCS * hcsp, Scsi_Cmnd *SCpnt);
extern void get_orcPCIConfig(ORC_HCS * pCurHcb, int ch_idx);
extern int init_orchid(ORC_HCS * hcsp);
extern struct inia100_Adpt_Struc *inia100_adpt;
/*****************************************************************************
Function name : inia100AppendSRBToQueue
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment