power: Remove owner field from attribute initialization code in OLPC driver
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
72d2e9f9f9
commit
20d7b2415c
@@ -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,
|
||||||
|
Reference in New Issue
Block a user