Message ID | 1471079227-9753-1-git-send-email-weiyj.lk@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
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
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 --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>
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