aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYueHaibing <yuehaibing@huawei.com>2018-10-30 02:22:42 +0000
committerGreentime Hu <greentime@andestech.com>2018-11-06 18:01:41 +0800
commit4f014a41b4efd72cbefb5525372dfcd65162eb4e (patch)
treee56abf3e355eb3b96c7e2171dec04192405725cd
parentnds32: Power management for nds32 (diff)
downloadlinux-dev-4f014a41b4efd72cbefb5525372dfcd65162eb4e.tar.xz
linux-dev-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>
-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>