diff options
-rw-r--r-- | drivers/power/olpc_battery.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/power/olpc_battery.c b/drivers/power/olpc_battery.c index baefcf1cffc9..aafc1c506eda 100644 --- a/drivers/power/olpc_battery.c +++ b/drivers/power/olpc_battery.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Battery driver for One Laptop Per Child board. | 2 | * Battery driver for One Laptop Per Child board. |
3 | * | 3 | * |
4 | * Copyright © 2006 David Woodhouse <dwmw2@infradead.org> | 4 | * Copyright © 2006-2010 David Woodhouse <dwmw2@infradead.org> |
5 | * | 5 | * |
6 | * This program is free software; you can redistribute it and/or modify | 6 | * This program is free software; you can redistribute it and/or modify |
7 | * it under the terms of the GNU General Public License version 2 as | 7 | * it under the terms of the GNU General Public License version 2 as |
@@ -384,7 +384,6 @@ static struct bin_attribute olpc_bat_eeprom = { | |||
384 | .attr = { | 384 | .attr = { |
385 | .name = "eeprom", | 385 | .name = "eeprom", |
386 | .mode = S_IRUGO, | 386 | .mode = S_IRUGO, |
387 | .owner = THIS_MODULE, | ||
388 | }, | 387 | }, |
389 | .size = 0, | 388 | .size = 0, |
390 | .read = olpc_bat_eeprom_read, | 389 | .read = olpc_bat_eeprom_read, |