sysfs: kill unnecessary attribute->owner
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / i2c / chips / max6875.c
index 76645c1..1405ce5 100644 (file)
@@ -152,7 +152,6 @@ static struct bin_attribute user_eeprom_attr = {
        .attr = {
                .name = "eeprom",
                .mode = S_IRUGO,
-               .owner = THIS_MODULE,
        },
        .size = USER_EEPROM_SIZE,
        .read = max6875_read,