From: Randy Dunlap Date: Sat, 30 Jul 2011 04:11:43 +0000 (-0700) Subject: max8998_charger: Needs module.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d555ab6bb321814853ca8a8d4e8e22d52e18a871;p=linux-beck.git max8998_charger: Needs module.h power/max8998_charger.c uses interfaces from linux/module.h, so it should include that file. This fixes build errors. Signed-off-by: Randy Dunlap Signed-off-by: Anton Vorontsov --- diff --git a/drivers/power/max8998_charger.c b/drivers/power/max8998_charger.c index cc21fa2120be..ef8efadb58cb 100644 --- a/drivers/power/max8998_charger.c +++ b/drivers/power/max8998_charger.c @@ -20,6 +20,7 @@ */ #include +#include #include #include #include