projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4945b0
)
sysfs: Remove owner field from sysfs struct attribute
author
Guenter Roeck
<guenter.roeck@ericsson.com>
Thu, 29 Jul 2010 05:09:26 +0000
(22:09 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 5 Aug 2010 20:53:35 +0000
(13:53 -0700)
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>
include/linux/sysfs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/sysfs.h
b/include/linux/sysfs.h
index 8bf06b64487cdb52ad4dd83f1fb181aba8e6350e..3c92121ba9afb3f75700e540e24c52f3aae8b974 100644
(file)
--- 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;