Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2357
b: refs/heads/master
c: 63c4f20
h: refs/heads/master
i:
  2355: 994a6a7
v: v3
  • Loading branch information
mochel@digitalimplant.org authored and Greg Kroah-Hartman committed Jun 20, 2005
1 parent f5bc3ae commit 024c012
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 7dc35cdf69149a7f2b5216ada9bafe359746ac1c
refs/heads/master: 63c4f204ffc8219696bda88eb20c9873d007a2fc
1 change: 0 additions & 1 deletion trunk/drivers/base/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ void device_initialize(struct device *dev)
kobject_init(&dev->kobj);
INIT_LIST_HEAD(&dev->node);
INIT_LIST_HEAD(&dev->children);
INIT_LIST_HEAD(&dev->driver_list);
INIT_LIST_HEAD(&dev->dma_pools);
init_MUTEX(&dev->sem);
}
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/device.h
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ extern void class_device_destroy(struct class *cls, dev_t devt);

struct device {
struct list_head node; /* node in sibling list */
struct list_head driver_list;
struct list_head children;
struct klist_node knode_driver;
struct klist_node knode_bus;
Expand Down

0 comments on commit 024c012

Please sign in to comment.