OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2f478
)
nds32: Fix bogus reference to <asm/procinfo.h>
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Thu, 27 Aug 2020 13:24:34 +0000
(15:24 +0200)
committer
Greentime Hu
<green.hu@gmail.com>
Thu, 25 Feb 2021 06:31:49 +0000
(14:31 +0800)
Andestech(nds32) never had <asm/procinfo.h>.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Greentime Hu <green.hu@gmail.com>
Signed-off-by: Greentime Hu <green.hu@gmail.com>
arch/nds32/kernel/setup.c
patch
|
blob
|
history
diff --git
a/arch/nds32/kernel/setup.c
b/arch/nds32/kernel/setup.c
index
c356e48
..
af82e99
100644
(file)
--- a/
arch/nds32/kernel/setup.c
+++ b/
arch/nds32/kernel/setup.c
@@
-52,7
+52,7
@@
EXPORT_SYMBOL(elf_hwcap);
/*
* The following string table, must sync with HWCAP_xx bitmask,
- * which is defined
in <asm/procinfo.h>
+ * which is defined
above
*/
static const char *hwcap_str[] = {
"mfusr_pc",