]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MIPS: Oceton: Fix build error.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 12 Jun 2013 23:29:24 +0000 (01:29 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 18 Jun 2013 14:28:16 +0000 (16:28 +0200)
commit39205750efa6d335fac4f9bcd32b49c7e71c12b7
tree1005dcd9ce98f83ae3df8ddf12bb28a322a06f1b
parentc8d5c685647f7ce73ed642a9130e930ab69178d4
MIPS: Oceton: Fix build error.

If CONFIG_CAVIUM_OCTEON_LOCK_L2_TLB, CONFIG_CAVIUM_OCTEON_LOCK_L2_EXCEPTION,
CONFIG_CAVIUM_OCTEON_LOCK_L2_LOW_LEVEL_INTERRUPT and
CONFIG_CAVIUM_OCTEON_LOCK_L2_INTERRUPT are all undefined:

arch/mips/cavium-octeon/setup.c: In function ‘prom_init’:
arch/mips/cavium-octeon/setup.c:715:12: error: unused variable ‘ebase’ [-Werror=unused-variable]

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/cavium-octeon/setup.c