diff options
Diffstat (limited to 'drivers/scsi/atari_scsi.c')
-rw-r--r-- | drivers/scsi/atari_scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/atari_scsi.c b/drivers/scsi/atari_scsi.c index 21fe07f9df87..ad7a23aef0ec 100644 --- a/drivers/scsi/atari_scsi.c +++ b/drivers/scsi/atari_scsi.c | |||
@@ -589,7 +589,7 @@ int atari_queue_command(Scsi_Cmnd *cmd, void (*done)(Scsi_Cmnd *)) | |||
589 | #endif | 589 | #endif |
590 | 590 | ||
591 | 591 | ||
592 | int atari_scsi_detect(struct scsi_host_template *host) | 592 | int __init atari_scsi_detect(struct scsi_host_template *host) |
593 | { | 593 | { |
594 | static int called = 0; | 594 | static int called = 0; |
595 | struct Scsi_Host *instance; | 595 | struct Scsi_Host *instance; |