Commit f463a17e authored by James Bottomley's avatar James Bottomley

ncr53c7xx: Cleanup prototypes

From: Geert Uytterhoeven <geert@linux-m68k.org>

ncr53c7xx: Cleanup prototypes for ncr53c7xx_init()
parent 67f99519
......@@ -1102,8 +1102,8 @@ NCR53c7x0_init (struct Scsi_Host *host) {
}
/*
* Function : static int ncr53c7xx_init(Scsi_Host_Template *tpnt, int board,
* int chip, u32 base, int io_port, int irq, int dma, long long options,
* Function : 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);
*
* Purpose : initializes a NCR53c7,8x0 based on base addresses,
......
......@@ -1600,5 +1600,9 @@ struct NCR53c7x0_hostdata {
/* Paranoid people could use panic() here. */
#define FATAL(host) shutdown((host));
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);
#endif /* NCR53c710_C */
#endif /* NCR53c710_H */
......@@ -30,9 +30,6 @@
#include<linux/stat.h>
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 __init amiga7xx_detect(Scsi_Host_Template *tpnt)
{
......
......@@ -23,9 +23,6 @@
#include<linux/stat.h>
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,6 @@
#include<linux/stat.h>
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