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
nexedi
linux
Commits
7f22f013
Commit
7f22f013
authored
Jul 23, 2002
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Jul 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] M68k update (part 45)
MVME SCSI updates - Fix return type in prototype of ncr53c7xx_init()
parent
21e230ab
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
drivers/scsi/bvme6000.c
drivers/scsi/bvme6000.c
+3
-3
drivers/scsi/mvme16x.c
drivers/scsi/mvme16x.c
+3
-3
No files found.
drivers/scsi/bvme6000.c
View file @
7f22f013
...
...
@@ -23,7 +23,7 @@
#include<linux/stat.h>
extern
ncr53c7xx_init
(
Scsi_Host_Template
*
tpnt
,
int
board
,
int
chip
,
extern
int
ncr53c7xx_init
(
Scsi_Host_Template
*
tpnt
,
int
board
,
int
chip
,
unsigned
long
base
,
int
io_port
,
int
irq
,
int
dma
,
long
long
options
,
int
clock
);
...
...
drivers/scsi/mvme16x.c
View file @
7f22f013
...
...
@@ -21,7 +21,7 @@
#include<linux/stat.h>
extern
ncr53c7xx_init
(
Scsi_Host_Template
*
tpnt
,
int
board
,
int
chip
,
extern
int
ncr53c7xx_init
(
Scsi_Host_Template
*
tpnt
,
int
board
,
int
chip
,
unsigned
long
base
,
int
io_port
,
int
irq
,
int
dma
,
long
long
options
,
int
clock
);
...
...
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