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

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

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
This commit is contained in:
Jiri Kosina 2012-03-06 15:13:11 +01:00
parent c097b2ca51
commit 4f3612b16e
1 changed files with 1 additions and 0 deletions

View File

@ -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>