Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96637
b: refs/heads/master
c: 0a3ad00
h: refs/heads/master
i:
  96635: 268d47a
v: v3
  • Loading branch information
Dave Young authored and Greg Kroah-Hartman committed May 14, 2008
1 parent 1314ad6 commit 7095dd9
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: 30f2f0eb4bd2c43d10a8b0d872c6e5ad8f31c9a0
refs/heads/master: 0a3ad00ca09632c6d0675f606276e92bdf1b306c
1 change: 0 additions & 1 deletion trunk/drivers/base/class.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ int class_register(struct class *cls)

pr_debug("device class '%s': registering\n", cls->name);

INIT_LIST_HEAD(&cls->children);
INIT_LIST_HEAD(&cls->devices);
INIT_LIST_HEAD(&cls->interfaces);
kset_init(&cls->class_dirs);
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 @@ -183,7 +183,6 @@ struct class {
struct module *owner;

struct kset subsys;
struct list_head children;
struct list_head devices;
struct list_head interfaces;
struct kset class_dirs;
Expand Down

0 comments on commit 7095dd9

Please sign in to comment.