Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95655
b: refs/heads/master
c: 2850699
h: refs/heads/master
i:
  95653: 15a1185
  95651: 5422daf
  95647: 85f17b2
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed May 1, 2008
1 parent c542e69 commit 3682022
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: 34990cf702bdf2b4964e0629dab4af7669f8b2c5
refs/heads/master: 2850699c59d513a0cd0c68f60f75609a5f9d4d32
6 changes: 6 additions & 0 deletions trunk/include/linux/sysfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,12 @@ static inline int sysfs_update_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 3682022

Please sign in to comment.