sysfs: kill unnecessary attribute->owner
[linux-2.6-block.git] / drivers / video / aty / radeon_base.c
index 2ce05019301892d9a0420f97ef2b803f8742100a..3b3c6571f58377ebe9c619b20a3d6bb05b5a7c34 100644 (file)
@@ -2126,7 +2126,6 @@ static ssize_t radeon_show_edid2(struct kobject *kobj, char *buf, loff_t off, si
 static struct bin_attribute edid1_attr = {
        .attr   = {
                .name   = "edid1",
-               .owner  = THIS_MODULE,
                .mode   = 0444,
        },
        .size   = EDID_LENGTH,
@@ -2136,7 +2135,6 @@ static struct bin_attribute edid1_attr = {
 static struct bin_attribute edid2_attr = {
        .attr   = {
                .name   = "edid2",
-               .owner  = THIS_MODULE,
                .mode   = 0444,
        },
        .size   = EDID_LENGTH,