Skip to content
Snippets Groups Projects
Commit 6fd69dc5 authored by Guenter Roeck's avatar Guenter Roeck Committed by Greg Kroah-Hartman
Browse files

sysfs: Remove owner field from sysfs struct attribute

parent c4945b0d
No related branches found
No related tags found
No related merge requests found
...@@ -22,14 +22,8 @@ struct kobject; ...@@ -22,14 +22,8 @@ struct kobject;
struct module; struct module;
enum kobj_ns_type; 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 { struct attribute {
const char *name; const char *name;
struct module *owner;
mode_t mode; mode_t mode;
#ifdef CONFIG_DEBUG_LOCK_ALLOC #ifdef CONFIG_DEBUG_LOCK_ALLOC
struct lock_class_key *key; struct lock_class_key *key;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment