All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] ACPI / battery: remove duplicated include from battery.c
@ 2014-07-28 13:22 weiyj_lk
  2014-07-31 22:35 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: weiyj_lk @ 2014-07-28 13:22 UTC (permalink / raw)
  To: Rafael J. Wysocki, Len Brown; +Cc: Wei Yongjun, linux-acpi

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/acpi/battery.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c
index 130f513..48bcf38 100644
--- a/drivers/acpi/battery.c
+++ b/drivers/acpi/battery.c
@@ -35,7 +35,6 @@
 #include <linux/delay.h>
 #include <linux/slab.h>
 #include <linux/suspend.h>
-#include <linux/delay.h>
 #include <asm/unaligned.h>
 
 #ifdef CONFIG_ACPI_PROCFS_POWER


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] ACPI / battery: remove duplicated include from battery.c
  2014-07-28 13:22 [PATCH -next] ACPI / battery: remove duplicated include from battery.c weiyj_lk
@ 2014-07-31 22:35 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2014-07-31 22:35 UTC (permalink / raw)
  To: weiyj_lk; +Cc: Len Brown, Wei Yongjun, linux-acpi

On Monday, July 28, 2014 09:22:55 PM weiyj_lk@163.com wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> 
> Remove duplicated include.
> 
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Applied, thanks!

> ---
>  drivers/acpi/battery.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/acpi/battery.c b/drivers/acpi/battery.c
> index 130f513..48bcf38 100644
> --- a/drivers/acpi/battery.c
> +++ b/drivers/acpi/battery.c
> @@ -35,7 +35,6 @@
>  #include <linux/delay.h>
>  #include <linux/slab.h>
>  #include <linux/suspend.h>
> -#include <linux/delay.h>
>  #include <asm/unaligned.h>
>  
>  #ifdef CONFIG_ACPI_PROCFS_POWER
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-31 22:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-28 13:22 [PATCH -next] ACPI / battery: remove duplicated include from battery.c weiyj_lk
2014-07-31 22:35 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.