Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257797
b: refs/heads/master
c: d559c49
h: refs/heads/master
i:
  257795: ce1f185
v: v3
  • Loading branch information
Geert Uytterhoeven authored and James Bottomley committed Jun 29, 2011
1 parent 09a4839 commit e7ff98b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: 5db5c5052d9ec39e808386c36fa3c873d5fb0171
refs/heads/master: d559c49e026b4b64dbeb9227c70c98ad11518747
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sun3_NCR5380.c
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ static char *lprint_Scsi_Cmnd(struct scsi_cmnd *cmd, char *pos, char *buffer,
*
*/

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/sun3_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ static struct Scsi_Host *default_instance;
*
*/

int sun3scsi_detect(struct scsi_host_template * tpnt)
int __init sun3scsi_detect(struct scsi_host_template * tpnt)
{
unsigned long ioaddr;
static int called = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sun3_scsi_vme.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static struct Scsi_Host *default_instance;
*
*/

static int sun3scsi_detect(struct scsi_host_template * tpnt)
static int __init sun3scsi_detect(struct scsi_host_template * tpnt)
{
unsigned long ioaddr, irq = 0;
static int called = 0;
Expand Down

0 comments on commit e7ff98b

Please sign in to comment.