Browse Source

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>
Jonghwan Choi 13 years ago
parent
commit
68597986f7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/power/max8997_charger.c

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