Revert "power, max8998: Include linux/module.h just once in drivers/power/max8998_charger.c"

This reverts commit ce64b8d85de96a1a9538f6dbc960ef592ca05fe8. It is done
via moduleh tree as part of a larger cleanup.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
diff --git a/drivers/power/max8998_charger.c b/drivers/power/max8998_charger.c
index 5c5f281..9b3f2bf 100644
--- a/drivers/power/max8998_charger.c
+++ b/drivers/power/max8998_charger.c
@@ -21,6 +21,7 @@
 
 #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>