| Submitter | Guenter Roeck |
|---|---|
| Date | July 29, 2010, 5:09 a.m. |
| Message ID | <1280380166-29196-7-git-send-email-guenter.roeck@ericsson.com> |
| Download | mbox | patch |
| Permalink | /patch/60191/ |
| State | Not Applicable |
| Headers | show |
Comments
Patch
diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index f2694eb..880fa1a 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;
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> --- include/linux/sysfs.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)