sysfs: kill unnecessary attribute->owner
[deliverable/linux.git] / drivers / pcmcia / socket_sysfs.c
index a2bb46526b56cdd8028a49e1394034d501a40807..dbfbe65779e5d91e867e4dece9c0e8cc368a8c90 100644 (file)
@@ -366,7 +366,7 @@ static struct device_attribute *pccard_socket_attributes[] = {
 };
 
 static struct bin_attribute pccard_cis_attr = {
-       .attr = { .name = "cis", .mode = S_IRUGO | S_IWUSR, .owner = THIS_MODULE},
+       .attr = { .name = "cis", .mode = S_IRUGO | S_IWUSR },
        .size = 0x200,
        .read = pccard_show_cis,
        .write = pccard_store_cis,
This page took 0.04111 seconds and 5 git commands to generate.