projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf05bf1
)
csky: Remove duplicate include in arch/csky/kernel/entry.S
author
Zhang Yunkai
<zhang.yunkai@zte.com.cn>
Wed, 3 Mar 2021 08:04:10 +0000
(
00:04
-0800)
committer
Guo Ren
<guoren@linux.alibaba.com>
Tue, 20 Apr 2021 01:58:29 +0000
(09:58 +0800)
'asm/setup.h' included in 'arch/csky/kernel/entry.S' is duplicated.
Signed-off-by: Zhang Yunkai <zhang.yunkai@zte.com.cn>
Signed-off-by: Guo Ren <guoren@kernel.org>
arch/csky/kernel/entry.S
patch
|
blob
|
history
diff --git
a/arch/csky/kernel/entry.S
b/arch/csky/kernel/entry.S
index c1bd7a6b4ab6c1f6455d9f8d26beda6fa09953e6..00e3c8ebf9b86ad7c8a19625ba91ccd9f747425b 100644
(file)
--- a/
arch/csky/kernel/entry.S
+++ b/
arch/csky/kernel/entry.S
@@
-9,7
+9,6
@@
#include <asm/unistd.h>
#include <asm/asm-offsets.h>
#include <linux/threads.h>
-#include <asm/setup.h>
#include <asm/page.h>
#include <asm/thread_info.h>