Commit 20d7b241 authored by Guenter Roeck's avatar Guenter Roeck Committed by Linus Torvalds

power: Remove owner field from attribute initialization code in OLPC driver

Signed-off-by: default avatarGuenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 72d2e9f9
......@@ -384,7 +384,6 @@ static struct bin_attribute olpc_bat_eeprom = {
.attr = {
.name = "eeprom",
.mode = S_IRUGO,
.owner = THIS_MODULE,
},
.size = 0,
.read = olpc_bat_eeprom_read,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment