x86: sysfs: kill owner field from attribute
[safe/jmp/linux-2.6] / drivers / firmware / iscsi_ibft.c
index deb154a..4353414 100644 (file)
@@ -732,7 +732,6 @@ static int __init ibft_create_attribute(struct ibft_kobject *kobj_data,
 
        attr->attr.name = name;
        attr->attr.mode = S_IRUSR;
-       attr->attr.owner = THIS_MODULE;
 
        attr->hdr = hdr;
        attr->show = show;