Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
07fee12d
Commit
07fee12d
authored
Jun 27, 2002
by
Doug Ledford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inia100.c:
Oops, global variable defined in two different files. One needed extern.
parent
9f0b7b10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/scsi/inia100.c
drivers/scsi/inia100.c
+1
-1
No files found.
drivers/scsi/inia100.c
View file @
07fee12d
...
@@ -111,7 +111,6 @@ static int setup_called = 0;
...
@@ -111,7 +111,6 @@ static int setup_called = 0;
/* ---- INTERNAL VARIABLES ---- */
/* ---- INTERNAL VARIABLES ---- */
#define NUMBER(arr) (sizeof(arr) / sizeof(arr[0]))
#define NUMBER(arr) (sizeof(arr) / sizeof(arr[0]))
static
char
*
setup_str
=
(
char
*
)
NULL
;
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_intr
(
int
,
void
*
,
struct
pt_regs
*
);
static
void
inia100_panic
(
char
*
msg
);
static
void
inia100_panic
(
char
*
msg
);
...
@@ -131,6 +130,7 @@ extern int abort_SCB(ORC_HCS * hcsp, ORC_SCB * pScb);
...
@@ -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
int
orc_abort_srb
(
ORC_HCS
*
hcsp
,
Scsi_Cmnd
*
SCpnt
);
extern
void
get_orcPCIConfig
(
ORC_HCS
*
pCurHcb
,
int
ch_idx
);
extern
void
get_orcPCIConfig
(
ORC_HCS
*
pCurHcb
,
int
ch_idx
);
extern
int
init_orchid
(
ORC_HCS
*
hcsp
);
extern
int
init_orchid
(
ORC_HCS
*
hcsp
);
extern
struct
inia100_Adpt_Struc
*
inia100_adpt
;
/*****************************************************************************
/*****************************************************************************
Function name : inia100AppendSRBToQueue
Function name : inia100AppendSRBToQueue
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment