diff options
author | Wei Yongjun <weiyj.lk@gmail.com> | 2016-08-13 09:07:07 +0000 |
---|---|---|
committer | Sebastian Reichel <sre@kernel.org> | 2016-08-16 00:36:37 +0200 |
commit | 2ee565c934b7aa3ad84dcc3735fb2359026866a0 (patch) | |
tree | fea4cb4bda11199fa05e230d318b089ce7cb04e8 | |
parent | ad7656c75faebb43cf1102756c503668309d666f (diff) | |
download | linux-stable-2ee565c934b7aa3ad84dcc3735fb2359026866a0.tar.gz linux-stable-2ee565c934b7aa3ad84dcc3735fb2359026866a0.tar.bz2 linux-stable-2ee565c934b7aa3ad84dcc3735fb2359026866a0.zip |
power: axp288_charger: remove duplicated include from axp288_charger.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Sebastian Reichel <sre@kernel.org>
-rw-r--r-- | drivers/power/supply/axp288_charger.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/power/supply/axp288_charger.c b/drivers/power/supply/axp288_charger.c index 4030eeb7cf65..75b8e0c7402b 100644 --- a/drivers/power/supply/axp288_charger.c +++ b/drivers/power/supply/axp288_charger.c @@ -23,7 +23,6 @@ #include <linux/usb/otg.h> #include <linux/notifier.h> #include <linux/power_supply.h> -#include <linux/notifier.h> #include <linux/property.h> #include <linux/mfd/axp20x.h> #include <linux/extcon.h> |