Commit b223680d authored by Finn Thain's avatar Finn Thain Committed by Martin K. Petersen
Browse files

scsi: cumana_1: Remove unused cumanascsi_setup() function

parent b61bacbc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -33,10 +33,6 @@

#include "../NCR5380.h"

void cumanascsi_setup(char *str, int *ints)
{
}

#define CTRL	0x16fc
#define STAT	0x2004
#define L(v)	(((v)<<16)|((v) & 0x0000ffff))