Skip to content

Commit

Permalink
max8998_charger: Include linux/module.h just once
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Anton Vorontsov committed Mar 26, 2012
1 parent 5ff92e7 commit 3124c4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/power/max8998_charger.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3124c4a

Please sign in to comment.