aboutsummaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2012-02-05 01:32:02 +0100
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-03-26 20:41:24 +0400
commit3124c4a080f9263abb667a827d30c9e81c9e5a21 (patch)
tree729322f815150c7816bcd952b38005bddda16ef9 /drivers/power
parent5ff92e7ab3591299089cfba440acb4d2ba8ab92f (diff)
max8998_charger: Include linux/module.h just once
Remove the duplicate. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Diffstat (limited to 'drivers/power')
-rw-r--r--drivers/power/max8998_charger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/max8998_charger.c b/drivers/power/max8998_charger.c
index 9b3f2bf56e70..5c5f281ced10 100644
--- a/drivers/power/max8998_charger.c
+++ b/drivers/power/max8998_charger.c
@@ -21,7 +21,6 @@
#include <linux/module.h>
#include <linux/err.h>
-#include <linux/module.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/power_supply.h>