summaryrefslogtreecommitdiff
path: root/drivers/power
diff options
context:
space:
mode:
authorJesper Juhl <jj@chaosbits.net>2012-02-05 00:32:02 (GMT)
committerAnton Vorontsov <anton.vorontsov@linaro.org>2012-03-26 16:41:24 (GMT)
commit3124c4a080f9263abb667a827d30c9e81c9e5a21 (patch)
tree729322f815150c7816bcd952b38005bddda16ef9 /drivers/power
parent5ff92e7ab3591299089cfba440acb4d2ba8ab92f (diff)
downloadlinux-fsl-qoriq-3124c4a080f9263abb667a827d30c9e81c9e5a21.tar.xz
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 9b3f2bf..5c5f281 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>