aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/NCR5380.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/NCR5380.c')
-rw-r--r--drivers/scsi/NCR5380.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/NCR5380.c b/drivers/scsi/NCR5380.c
index 165e4dd865d9..450353e04dde 100644
--- a/drivers/scsi/NCR5380.c
+++ b/drivers/scsi/NCR5380.c
@@ -814,7 +814,7 @@ static char *lprint_opcode(int opcode, char *pos, char *buffer, int length)
814 * Locks: interrupts must be enabled when we are called 814 * Locks: interrupts must be enabled when we are called
815 */ 815 */
816 816
817static int __devinit NCR5380_init(struct Scsi_Host *instance, int flags) 817static int NCR5380_init(struct Scsi_Host *instance, int flags)
818{ 818{
819 NCR5380_local_declare(); 819 NCR5380_local_declare();
820 int i, pass; 820 int i, pass;