]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: pmcs-msp71xx: Remove unused addr variable
authorPaul Burton <paul.burton@mips.com>
Thu, 3 Oct 2019 22:46:36 +0000 (22:46 +0000)
committerPaul Burton <paul.burton@mips.com>
Thu, 3 Oct 2019 22:47:17 +0000 (15:47 -0700)
commitd3e21e0992f6d39eb98067513932f14ee42c0508
tree5d5d3962894628620257761bd0509b20b87f0b09
parentd5a0eab096fce4480afc667522198ecd9b02972e
MIPS: pmcs-msp71xx: Remove unused addr variable

The addr variable in prom_free_prom_memory() has been unused since
commit f089e0e136bf ("MIPS: msp: Record prom memory"), causing a warning
& build failure due to -Werror. Remove the unused variable.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Fixes: f089e0e136bf ("MIPS: msp: Record prom memory")
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Cc: linux-mips@vger.kernel.org
arch/mips/pmcs-msp71xx/msp_prom.c