Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187072
b: refs/heads/master
c: 1b07193
h: refs/heads/master
v: v3
  • Loading branch information
Uwe Kleine-König authored and Greg Kroah-Hartman committed Mar 8, 2010
1 parent dcf62c0 commit 5f3f64a
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: 91a99dfc6b57f2e956d10d41123234fad3399212
refs/heads/master: 1b07193b34c1bc1c184e2d53a62633a73ea9b0a0
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sgiwd93.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static struct scsi_host_template sgiwd93_template = {
.use_clustering = DISABLE_CLUSTERING,
};

static int __init sgiwd93_probe(struct platform_device *pdev)
static int __devinit sgiwd93_probe(struct platform_device *pdev)
{
struct sgiwd93_platform_data *pd = pdev->dev.platform_data;
unsigned char *wdregs = pd->wdregs;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/sni_53c710.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static struct scsi_host_template snirm710_template = {
.module = THIS_MODULE,
};

static int __init snirm710_probe(struct platform_device *dev)
static int __devinit snirm710_probe(struct platform_device *dev)
{
unsigned long base;
struct NCR_700_Host_Parameters *hostdata;
Expand Down

0 comments on commit 5f3f64a

Please sign in to comment.