diff options
author | YueHaibing <yuehaibing@huawei.com> | 2018-10-30 02:22:42 +0000 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2018-11-06 18:01:41 +0800 |
commit | 4f014a41b4efd72cbefb5525372dfcd65162eb4e (patch) | |
tree | e56abf3e355eb3b96c7e2171dec04192405725cd /arch/nds32 | |
parent | 7938e6315c9af3d4a40185b537733bbce842305a (diff) |
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.c | 1 |
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> |