Skip to content
Snippets Groups Projects
Commit 20d7b241 authored by Guenter Roeck's avatar Guenter Roeck Committed by Linus Torvalds
Browse files

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

parent 72d2e9f9
No related branches found
No related tags found
No related merge requests found
...@@ -384,7 +384,6 @@ static struct bin_attribute olpc_bat_eeprom = { ...@@ -384,7 +384,6 @@ static struct bin_attribute olpc_bat_eeprom = {
.attr = { .attr = {
.name = "eeprom", .name = "eeprom",
.mode = S_IRUGO, .mode = S_IRUGO,
.owner = THIS_MODULE,
}, },
.size = 0, .size = 0,
.read = olpc_bat_eeprom_read, .read = olpc_bat_eeprom_read,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment