Commit 7f22f013 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] M68k update (part 45)

MVME SCSI updates
 - Fix return type in prototype of ncr53c7xx_init()
parent 21e230ab
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#include<linux/stat.h> #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, unsigned long base, int io_port, int irq, int dma,
long long options, int clock); long long options, int clock);
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include<linux/stat.h> #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, unsigned long base, int io_port, int irq, int dma,
long long options, int clock); long long options, int clock);
......
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