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,9 +23,9 @@
#include<linux/stat.h>
extern 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);
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);
int bvme6000_scsi_detect(Scsi_Host_Template *tpnt)
{
......
......@@ -21,9 +21,9 @@
#include<linux/stat.h>
extern 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);
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);
int mvme16x_scsi_detect(Scsi_Host_Template *tpnt)
{
......
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