diff mbox

[-next] power: axp288_charger: remove duplicated include from axp288_charger.c

Message ID 1471079227-9753-1-git-send-email-weiyj.lk@gmail.com (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Wei Yongjun Aug. 13, 2016, 9:07 a.m. UTC
Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
---
 drivers/power/supply/axp288_charger.c | 1 -
 1 file changed, 1 deletion(-)


--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Chen-Yu Tsai Aug. 15, 2016, 1:41 p.m. UTC | #1
On Sat, Aug 13, 2016 at 5:07 PM, Wei Yongjun <weiyj.lk@gmail.com> wrote:
> Remove duplicated include.
>
> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>
--
To unsubscribe from this list: send the line "unsubscribe linux-pm" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sebastian Reichel Aug. 15, 2016, 10:39 p.m. UTC | #2
Hi,

On Sat, Aug 13, 2016 at 09:07:07AM +0000, Wei Yongjun wrote:
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
> ---
>  drivers/power/supply/axp288_charger.c | 1 -
>  1 file changed, 1 deletion(-)

Thanks, queued.

-- Sebastian
diff mbox

Patch

diff --git a/drivers/power/supply/axp288_charger.c b/drivers/power/supply/axp288_charger.c
index 4030eeb..75b8e0c 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>