Message ID | 1471079207-9668-1-git-send-email-weiyj.lk@gmail.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
On Sat, Aug 13, 2016 at 5:06 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:06:47AM +0000, Wei Yongjun wrote: > Remove duplicated include. > > Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> > --- > drivers/power/supply/axp288_fuel_gauge.c | 1 - > 1 file changed, 1 deletion(-) Thanks, queued. -- Sebastian
diff --git a/drivers/power/supply/axp288_fuel_gauge.c b/drivers/power/supply/axp288_fuel_gauge.c index 50c0110..5bdde69 100644 --- a/drivers/power/supply/axp288_fuel_gauge.c +++ b/drivers/power/supply/axp288_fuel_gauge.c @@ -22,7 +22,6 @@ #include <linux/regmap.h> #include <linux/jiffies.h> #include <linux/interrupt.h> -#include <linux/device.h> #include <linux/workqueue.h> #include <linux/mfd/axp20x.h> #include <linux/platform_device.h>
Remove duplicated include. Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com> --- drivers/power/supply/axp288_fuel_gauge.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