Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218590
b: refs/heads/master
c: 2c70f02
h: refs/heads/master
v: v3
  • Loading branch information
Alexandre Bounine authored and Linus Torvalds committed Oct 28, 2010
1 parent ef2930d commit 7cd901b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 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: e89d67cfbcc1ee32339da9e816489f69742c3a6e
refs/heads/master: 2c70f022e2e1b1493e157dbc3796b1f70a3ff162
2 changes: 1 addition & 1 deletion trunk/drivers/rapidio/rio-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ static int rio_match_bus(struct device *dev, struct device_driver *drv)
out:return 0;
}

static struct device rio_bus = {
struct device rio_bus = {
.init_name = "rapidio",
};

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/rapidio/rio-scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ static struct rio_dev __devinit *rio_setup_device(struct rio_net *net,
}

rdev->dev.bus = &rio_bus_type;
rdev->dev.parent = &rio_bus;

device_initialize(&rdev->dev);
rdev->dev.release = rio_release_dev;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/rio.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
#define RIO_PW_MSG_SIZE 64

extern struct bus_type rio_bus_type;
extern struct device rio_bus;
extern struct list_head rio_devices; /* list of all devices */

struct rio_mport;
Expand Down

0 comments on commit 7cd901b

Please sign in to comment.