Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jonghwan Choi and committed by
Anton Vorontsov
68597986 e57b432d

-1
-1
drivers/power/max8997_charger.c
··· 19 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 */ 21 21 22 - #include <linux/module.h> 23 22 #include <linux/err.h> 24 23 #include <linux/module.h> 25 24 #include <linux/slab.h>