Skip to content

Commit

Permalink
power: Remove owner field from attribute initialization code in OLPC …
Browse files Browse the repository at this point in the history
…driver

Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Guenter Roeck authored and torvalds committed Aug 10, 2010
1 parent 72d2e9f commit 20d7b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/power/olpc_battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 20d7b24

Please sign in to comment.