Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19967
b: refs/heads/master
c: 2139bdd
h: refs/heads/master
i:
  19965: 5093a72
  19963: a0e508e
  19959: 0110f86
  19951: 9aaeb4a
  19935: 1c0279a
  19903: 0c78e4b
  19839: 114cff4
  19711: 50248d8
  19455: 817dcf0
v: v3
  • Loading branch information
Russell King authored and Linus Torvalds committed Feb 8, 2006
1 parent 94a56c7 commit 2ae2470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce4b50f2fc62267eeaf331c41bc11b92d9bc7865
refs/heads/master: 2139bdd5b15a4cc450adb17da836f33c16477188
3 changes: 3 additions & 0 deletions trunk/drivers/base/bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ static struct kobj_type ktype_bus = {
decl_subsys(bus, &ktype_bus, NULL);


#ifdef CONFIG_HOTPLUG

/* Manually detach a device from its associated driver. */
static int driver_helper(struct device *dev, void *data)
{
Expand Down Expand Up @@ -193,6 +195,7 @@ static ssize_t driver_bind(struct device_driver *drv,
}
static DRIVER_ATTR(bind, S_IWUSR, NULL, driver_bind);

#endif

static struct device * next_device(struct klist_iter * i)
{
Expand Down

0 comments on commit 2ae2470

Please sign in to comment.