commit | dfa87c824a9a5430008acd1ed2e8111ed164fcbe | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Feb 20 15:02:44 2007 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 23 15:03:46 2007 -0800 |
tree | 1e25c9d6a00b409e3cd6a7d304fe2b98eb955309 | |
parent | b5e795f8df42936590ba9c606edc715fe3593284 [diff] |
sysfs: allow attributes to be added to groups This patch (as860) adds two new sysfs routines: sysfs_add_file_to_group() and sysfs_remove_file_from_group(). A later patch adds code that uses the new routines. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Cc: Maneesh Soni <maneesh@in.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>