summaryrefslogtreecommitdiff
path: root/arch/nds32
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-08-27 15:24:34 +0200
committerGreentime Hu <green.hu@gmail.com>2021-02-25 14:31:49 +0800
commit40e0dd851e7b7afe219820fb270b09016e41d4fc (patch)
treef4b0aa53b67a2c1bc29922cb65f7cf5faafc4910 /arch/nds32
parentfa2f478a348efa483abd4159c9f5478a3867bcc0 (diff)
nds32: Fix bogus reference to <asm/procinfo.h>
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>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/kernel/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nds32/kernel/setup.c b/arch/nds32/kernel/setup.c
index c356e484dcab..af82e996f412 100644
--- 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",