diff options
author | Michael Schmitz <schmitz@biophys.uni-duesseldorf.de> | 2009-01-17 21:22:15 -0500 |
---|---|---|
committer | Geert Uytterhoeven <geert@linux-m68k.org> | 2009-03-26 16:15:29 -0400 |
commit | 95fde7a83989d595c06105629f42f3691bf62f91 (patch) | |
tree | 7d397ffecb31b0a3031dea07e3dfc5d48b86a8b6 /drivers/scsi/atari_NCR5380.c | |
parent | d497e3ab91a726ecd76028698e5ce298f75ab681 (diff) |
m68k: section mismatch fixes: Atari SCSI
add __init annotations to probe routines
Signed-off-by: Michael Schmitz <schmitz@debian.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'drivers/scsi/atari_NCR5380.c')
-rw-r--r-- | drivers/scsi/atari_NCR5380.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/atari_NCR5380.c b/drivers/scsi/atari_NCR5380.c index 93b61f148653..0471f8800483 100644 --- a/drivers/scsi/atari_NCR5380.c +++ b/drivers/scsi/atari_NCR5380.c | |||
@@ -844,7 +844,7 @@ static char *lprint_Scsi_Cmnd(Scsi_Cmnd *cmd, char *pos, char *buffer, int lengt | |||
844 | * | 844 | * |
845 | */ | 845 | */ |
846 | 846 | ||
847 | static int NCR5380_init(struct Scsi_Host *instance, int flags) | 847 | static int __init NCR5380_init(struct Scsi_Host *instance, int flags) |
848 | { | 848 | { |
849 | int i; | 849 | int i; |
850 | SETUP_HOSTDATA(instance); | 850 | SETUP_HOSTDATA(instance); |