summaryrefslogtreecommitdiffstats
path: root/arch/nds32
diff options
context:
space:
mode:
authorYueHaibing2018-10-30 03:22:42 +0100
committerGreentime Hu2018-11-06 11:01:41 +0100
commit4f014a41b4efd72cbefb5525372dfcd65162eb4e (patch)
treee56abf3e355eb3b96c7e2171dec04192405725cd /arch/nds32
parentnds32: Power management for nds32 (diff)
downloadkernel-qcow2-linux-4f014a41b4efd72cbefb5525372dfcd65162eb4e.tar.gz
kernel-qcow2-linux-4f014a41b4efd72cbefb5525372dfcd65162eb4e.tar.xz
kernel-qcow2-linux-4f014a41b4efd72cbefb5525372dfcd65162eb4e.zip
nds32: Remove duplicated include from pm.c
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>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/kernel/pm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/nds32/kernel/pm.c b/arch/nds32/kernel/pm.c
index 6989560abf4e..ffa8040d8be7 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>