]> 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)
commita3a18b3ecabc999d157dd5912bd65fb9368eafdd
tree9fa59ab52ddc46f50e4058da5704a811d00bc674
parent7274413049bfc7f0d7e62fc5746421149282be4a
MIPS: Fix build error due to unused variables.

3affe9abe987faffdbc51e6a8cd5eb08f33291e6 ("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