Browse Source

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>
Jesper Juhl 13 years ago
parent
commit
3124c4a080
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/power/max8998_charger.c

+ 0 - 1
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>