mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
power, max8998: Include linux/module.h just once in drivers/power/max8998_charger.c
Remove the duplicate. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
3e93b8dfd9
commit
ce64b8d85d
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue