mirror of
https://github.com/torvalds/linux.git
synced 2026-08-09 17:07:37 +02:00
kernel test robot reports unused variable warning:
arch/nds32/kernel/setup.c:247:26: warning: Unused variable: region
[unusedVariable]
struct memblock_region *region;
^
Remove the unused variable.
Link: https://lkml.kernel.org/r/20210712125218.28951-1-rppt@kernel.org
Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Cc: Greentime Hu <green.hu@gmail.com>
Cc: Nick Hu <nickhu@andestech.com>
Cc: Vincent Chen <deanbo422@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
||
|---|---|---|
| .. | ||
| vdso | ||
| .gitignore | ||
| asm-offsets.c | ||
| atl2c.c | ||
| cacheinfo.c | ||
| devtree.c | ||
| dma.c | ||
| ex-entry.S | ||
| ex-exit.S | ||
| ex-scall.S | ||
| fpu.c | ||
| ftrace.c | ||
| head.S | ||
| irq.c | ||
| Makefile | ||
| module.c | ||
| nds32_ksyms.c | ||
| perf_event_cpu.c | ||
| pm.c | ||
| process.c | ||
| ptrace.c | ||
| setup.c | ||
| signal.c | ||
| sleep.S | ||
| stacktrace.c | ||
| sys_nds32.c | ||
| syscall_table.c | ||
| time.c | ||
| traps.c | ||
| vdso.c | ||
| vmlinux.lds.S | ||