diff options
author | Jonghwan Choi <jhbird.choi@samsung.com> | 2011-11-23 13:40:05 +0900 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2012-01-06 04:59:25 +0400 |
commit | 68597986f7db9abbe380af3db6a34b6c83cdf302 (patch) | |
tree | 91db6bb9efca360c3ed0bb249c897672760e58a9 /drivers/power/max8997_charger.c | |
parent | e57b432d0c91a4c472b2826b21524bdbbf2688d1 (diff) |
max8997_charger: Remove duplicate module.h
module.h was included twice.
Signed-off-by: Jonghwan Choi <jhbird.choi@samsung.com>
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/max8997_charger.c')
-rw-r--r-- | drivers/power/max8997_charger.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/max8997_charger.c b/drivers/power/max8997_charger.c index 23ca65d17705..6e88c5d026b9 100644 --- a/drivers/power/max8997_charger.c +++ b/drivers/power/max8997_charger.c @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include <linux/module.h> #include <linux/err.h> #include <linux/module.h> #include <linux/slab.h> |