2018-10-30 02:13:23

by Yue Haibing

[permalink] [raw]
Subject: [PATCH -next] nds32: Remove duplicated include from pm.c

Remove duplicated include.

Signed-off-by: YueHaibing <[email protected]>
---
arch/nds32/kernel/pm.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/nds32/kernel/pm.c b/arch/nds32/kernel/pm.c
index 6989560..ffa8040 100644
--- a/arch/nds32/kernel/pm.c
+++ b/arch/nds32/kernel/pm.c
@@ -5,7 +5,6 @@
#include <linux/suspend.h>
#include <linux/device.h>
#include <linux/printk.h>
-#include <linux/suspend.h>
#include <asm/suspend.h>
#include <nds32_intrinsic.h>








2018-10-30 07:16:08

by Pavel Machek

[permalink] [raw]

2018-10-30 09:12:19

by Greentime Hu

[permalink] [raw]
Subject: Re: [PATCH -next] nds32: Remove duplicated include from pm.c

Pavel Machek <[email protected]> 於 2018年10月30日 週二 下午3:15寫道:
>
> On Tue 2018-10-30 02:22:42, YueHaibing wrote:
> > Remove duplicated include.
> >
> > Signed-off-by: YueHaibing <[email protected]>
>
> Acked-by: Pavel Machek <[email protected]>
>
Hi Pavel and YueHaibin,

Thank you.
Acked-by: Greentime Hu <[email protected]>