]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix build error due to unused variables.
authorRalf Baechle <ralf@linux-mips.org>
Fri, 27 Nov 2015 18:17:01 +0000 (19:17 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 22 Dec 2015 14:21:18 +0000 (15:21 +0100)
commit9abca4a62f4ea9856ddfdb0e52322a159ea68f85
tree9fa59ab52ddc46f50e4058da5704a811d00bc674
parent52456201d4c1ac99fa28dd87523ba18f47ec755f
MIPS: Fix build error due to unused variables.

c4bd05f652e9d4062a968123daba44eea619a9b1 ("MIPS: Fix delay loops which may
be removed by GCC.") which made it upstream was an outdated version of the
patch and is lacking some the removal of two variables that became unused
thus resulting in further warnings and build breakage.  The commit
from ae878615d7cee5d7346946cf1ae1b60e427013c2 was correct however.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci-rt2880.c
arch/mips/pmcs-msp71xx/msp_setup.c
arch/mips/sni/reset.c