Prev: regulator: Remove default DEBUG define from TPS6586x
Next: kmemleak: Fix false positive with alias
From: Guenter Roeck on 10 Aug 2010 11:50 Signed-off-by: Guenter Roeck <guenter.roeck(a)ericsson.com> --- drivers/power/olpc_battery.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/power/olpc_battery.c b/drivers/power/olpc_battery.c index baefcf1..5ab9109 100644 --- a/drivers/power/olpc_battery.c +++ b/drivers/power/olpc_battery.c @@ -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, -- 1.7.0.87.g0901d -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|
Pages: 1 Prev: regulator: Remove default DEBUG define from TPS6586x Next: kmemleak: Fix false positive with alias |