Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95605
b: refs/heads/master
c: 1cbfb7a
h: refs/heads/master
i:
  95603: 837809e
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Apr 30, 2008
1 parent 77a42fb commit 51ab973
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 883ce42ec45c2dbef5be7c133ade9741ac978329
refs/heads/master: 1cbfb7a5acd357de6c3f8e27e8d8f92b3867b1f3
6 changes: 6 additions & 0 deletions trunk/include/linux/sysfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,12 @@ static inline int sysfs_create_group(struct kobject *kobj,
return 0;
}

static inline int sysfs_update_group(struct kobject *kobj,
const struct attribute_group *grp)
{
return 0;
}

static inline void sysfs_remove_group(struct kobject *kobj,
const struct attribute_group *grp)
{
Expand Down

0 comments on commit 51ab973

Please sign in to comment.