Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101577
b: refs/heads/master
c: 453cd0f
h: refs/heads/master
i:
  101575: fc3cd8e
v: v3
  • Loading branch information
Adrian Bunk authored and James Bottomley committed Jul 12, 2008
1 parent c6fe150 commit 454fbb9
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: 2476b4d0426e1d6d4a42b2f7ae08f668b2cfe510
refs/heads/master: 453cd0f3ff3bf25d86c96e62d271ba238f06d5ff
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/hosts.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ static void scsi_host_dev_release(struct device *dev)
kfree(shost);
}

struct device_type scsi_host_type = {
static struct device_type scsi_host_type = {
.name = "scsi_host",
.release = scsi_host_dev_release,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/scsi_scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ static void scsi_target_dev_release(struct device *dev)
put_device(parent);
}

struct device_type scsi_target_type = {
static struct device_type scsi_target_type = {
.name = "scsi_target",
.release = scsi_target_dev_release,
};
Expand Down

0 comments on commit 454fbb9

Please sign in to comment.