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>
This commit is contained in:
Jesper Juhl 2012-02-05 01:32:02 +01:00 committed by Anton Vorontsov
parent 5ff92e7ab3
commit 3124c4a080

View file

@ -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>