projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7938e63
)
nds32: Remove duplicated include from pm.c
author
YueHaibing
<yuehaibing@huawei.com>
Tue, 30 Oct 2018 02:22:42 +0000
(
02:22
+0000)
committer
Greentime Hu
<greentime@andestech.com>
Tue, 6 Nov 2018 10:01:41 +0000
(18:01 +0800)
Remove duplicated include.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Acked-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
arch/nds32/kernel/pm.c
patch
|
blob
|
history
diff --git
a/arch/nds32/kernel/pm.c
b/arch/nds32/kernel/pm.c
index 6989560abf4e98ffcde3fa7ab1ba10b2e1daf80c..ffa8040d8be75b095c2105f5163f6ee207bac3fe 100644
(file)
--- 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>