mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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>
This commit is contained in:
parent
d497e3ab91
commit
95fde7a839
2 changed files with 2 additions and 2 deletions
|
@ -844,7 +844,7 @@ static char *lprint_Scsi_Cmnd(Scsi_Cmnd *cmd, char *pos, char *buffer, int lengt
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static int NCR5380_init(struct Scsi_Host *instance, int flags)
|
static int __init NCR5380_init(struct Scsi_Host *instance, int flags)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
SETUP_HOSTDATA(instance);
|
SETUP_HOSTDATA(instance);
|
||||||
|
|
|
@ -589,7 +589,7 @@ int atari_queue_command(Scsi_Cmnd *cmd, void (*done)(Scsi_Cmnd *))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
int atari_scsi_detect(struct scsi_host_template *host)
|
int __init atari_scsi_detect(struct scsi_host_template *host)
|
||||||
{
|
{
|
||||||
static int called = 0;
|
static int called = 0;
|
||||||
struct Scsi_Host *instance;
|
struct Scsi_Host *instance;
|
||||||
|
|
Loading…
Reference in a new issue