Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18394
b: refs/heads/master
c: ff2dae7
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Greg Kroah-Hartman committed Jan 13, 2006
1 parent a1d369b commit 220784c
Show file tree
Hide file tree
Showing 2 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: f9ccf4569ac4597e9e09d301ca362d90b4a1046d
refs/heads/master: ff2dae79773658eaaab731663ddca9f7975430eb
4 changes: 2 additions & 2 deletions trunk/drivers/sh/superhyway/superhyway.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,6 @@ int superhyway_register_driver(struct superhyway_driver *drv)
{
drv->drv.name = drv->name;
drv->drv.bus = &superhyway_bus_type;
drv->drv.probe = superhyway_device_probe;
drv->drv.remove = superhyway_device_remove;

return driver_register(&drv->drv);
}
Expand Down Expand Up @@ -213,6 +211,8 @@ struct bus_type superhyway_bus_type = {
#ifdef CONFIG_SYSFS
.dev_attrs = superhyway_dev_attrs,
#endif
.probe = superhyway_device_probe,
.remove = superhyway_device_remove,
};

static int __init superhyway_bus_init(void)
Expand Down

0 comments on commit 220784c

Please sign in to comment.