From: Wei Yongjun <weiyj.lk@gmail.com> Date: Sat, 13 Aug 2016 09:07:07 +0000 (+0000) Subject: power: axp288_charger: remove duplicated include from axp288_charger.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2ee565c934b7aa3ad84dcc3735fb2359026866a0;p=linux.git 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> --- diff --git a/drivers/power/supply/axp288_charger.c b/drivers/power/supply/axp288_charger.c index 4030eeb7cf65a..75b8e0c7402b1 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>