From 36820222a15a0aba6d616444732b3d7944533038 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Thu, 1 May 2008 04:34:43 -0700 Subject: [PATCH] --- yaml --- r: 95655 b: refs/heads/master c: 2850699c59d513a0cd0c68f60f75609a5f9d4d32 h: refs/heads/master i: 95653: 15a1185b130a5176a42cdb6a6c1587fd33af55fc 95651: 5422daf242b5695f13b60ab57e5352c8c88f1ff6 95647: 85f17b262c0fa8d2ff4eb8e0aa3f7e76e6562d98 v: v3 --- [refs] | 2 +- trunk/include/linux/sysfs.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index bb5a536ae2d9..d6c920711840 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 34990cf702bdf2b4964e0629dab4af7669f8b2c5 +refs/heads/master: 2850699c59d513a0cd0c68f60f75609a5f9d4d32 diff --git a/trunk/include/linux/sysfs.h b/trunk/include/linux/sysfs.h index 7858eac40aa7..27bad59dae79 100644 --- a/trunk/include/linux/sysfs.h +++ b/trunk/include/linux/sysfs.h @@ -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) {