Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135868
b: refs/heads/master
c: 95fde7a
h: refs/heads/master
v: v3
  • Loading branch information
Michael Schmitz authored and Geert Uytterhoeven committed Mar 26, 2009
1 parent e91f09e commit 007bd6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d497e3ab91a726ecd76028698e5ce298f75ab681
refs/heads/master: 95fde7a83989d595c06105629f42f3691bf62f91
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/atari_NCR5380.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
SETUP_HOSTDATA(instance);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/atari_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ int atari_queue_command(Scsi_Cmnd *cmd, void (*done)(Scsi_Cmnd *))
#endif


int atari_scsi_detect(struct scsi_host_template *host)
int __init atari_scsi_detect(struct scsi_host_template *host)
{
static int called = 0;
struct Scsi_Host *instance;
Expand Down

0 comments on commit 007bd6e

Please sign in to comment.