mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
9523b33cc3
This is a nuisance when CONFIG_WERROR is set, so drop the variable
declaration since the code that used it was removed.
../arch/nios2/kernel/setup.c: In function 'setup_arch':
../arch/nios2/kernel/setup.c:152:13: warning: unused variable 'dram_start' [-Wunused-variable]
152 | int dram_start;
Fixes:
|
||
---|---|---|
.. | ||
boot | ||
configs | ||
include | ||
kernel | ||
lib | ||
mm | ||
platform | ||
Kbuild | ||
Kconfig | ||
Kconfig.debug | ||
Makefile |