Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75858
b: refs/heads/master
c: 7a6a416
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 25, 2008
1 parent 09aef43 commit 8060565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 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: 0f4dafc0563c6c49e17fe14b3f5f356e4c4b8806
refs/heads/master: 7a6a41615bfb2f03ce797bc24104c50b42c935e5
10 changes: 0 additions & 10 deletions trunk/kernel/params.c
Original file line number Diff line number Diff line change
Expand Up @@ -694,18 +694,8 @@ static struct kset_uevent_ops module_uevent_ops = {
struct kset *module_kset;
int module_sysfs_initialized;

static void module_release(struct kobject *kobj)
{
/*
* Stupid empty release function to allow the memory for the kobject to
* be properly cleaned up. This will not need to be present for 2.6.25
* with the upcoming kobject core rework.
*/
}

struct kobj_type module_ktype = {
.sysfs_ops = &module_sysfs_ops,
.release = module_release,
};

/*
Expand Down

0 comments on commit 8060565

Please sign in to comment.