diff options
author | Guenter Roeck <guenter.roeck@ericsson.com> | 2010-07-29 09:09:26 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-06 00:53:35 +0400 |
commit | 6fd69dc578fa0b1bbc3aad70ae3af9a137211707 (patch) | |
tree | 4d89d8103fb68f380cc8ee7addcfb7aa912dbca8 /include/linux/sysfs.h | |
parent | c4945b0d8ce682eb58b82138aaf4ca2e32b0b757 (diff) | |
download | linux-6fd69dc578fa0b1bbc3aad70ae3af9a137211707.tar.xz |
sysfs: Remove owner field from sysfs struct attribute
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/sysfs.h')
-rw-r--r-- | include/linux/sysfs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index 8bf06b64487c..3c92121ba9af 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h @@ -22,14 +22,8 @@ struct kobject; struct module; enum kobj_ns_type; -/* FIXME - * The *owner field is no longer used. - * x86 tree has been cleaned up. The owner - * attribute is still left for other arches. - */ struct attribute { const char *name; - struct module *owner; mode_t mode; #ifdef CONFIG_DEBUG_LOCK_ALLOC struct lock_class_key *key; |