diff options
Diffstat (limited to 'drivers/pcmcia/socket_sysfs.c')
-rw-r--r-- | drivers/pcmcia/socket_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pcmcia/socket_sysfs.c b/drivers/pcmcia/socket_sysfs.c index a2bb46526b56..dbfbe65779e5 100644 --- a/drivers/pcmcia/socket_sysfs.c +++ b/drivers/pcmcia/socket_sysfs.c | |||
@@ -366,7 +366,7 @@ static struct device_attribute *pccard_socket_attributes[] = { | |||
366 | }; | 366 | }; |
367 | 367 | ||
368 | static struct bin_attribute pccard_cis_attr = { | 368 | static struct bin_attribute pccard_cis_attr = { |
369 | .attr = { .name = "cis", .mode = S_IRUGO | S_IWUSR, .owner = THIS_MODULE}, | 369 | .attr = { .name = "cis", .mode = S_IRUGO | S_IWUSR }, |
370 | .size = 0x200, | 370 | .size = 0x200, |
371 | .read = pccard_show_cis, | 371 | .read = pccard_show_cis, |
372 | .write = pccard_store_cis, | 372 | .write = pccard_store_cis, |