]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MIPS: Sibyte: Fix bus watcher build for BCM1x55 and BCM1x80.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 19 Jun 2013 18:18:55 +0000 (20:18 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 21 Jun 2013 16:07:02 +0000 (18:07 +0200)
commitae5b0e0973ae1326809084aa3243a97f180cc903
treecefa36f5822b34d40357700f971796c584d2888b
parent55e9741a323fb77a11c368de51f8a4fa757311df
MIPS: Sibyte: Fix bus watcher build for BCM1x55 and BCM1x80.

  CC      arch/mips/sibyte/bcm1480/bus_watcher.o
  CHK     kernel/config_data.h
arch/mips/sibyte/bcm1480/bus_watcher.c: In function ‘check_bus_watcher’:
arch/mips/sibyte/bcm1480/bus_watcher.c:86:82: error: ‘A_SCD_BUS_ERR_STATUS_DEBUG’ undeclared (first use in this function)
arch/mips/sibyte/bcm1480/bus_watcher.c:86:82: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [arch/mips/sibyte/bcm1480/bus_watcher.o] Error 1
make[2]: *** [arch/mips/sibyte/bcm1480] Error 2
make[1]: *** [arch/mips/sibyte] Error 2
make: *** [arch/mips] Error 2

The register moved around though it's otherwise the same but because of
the changed address it now also has a different name.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/5514/
Reported-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/sibyte/common/Makefile
arch/mips/sibyte/common/bus_watcher.c [moved from arch/mips/sibyte/sb1250/bus_watcher.c with 94% similarity]
arch/mips/sibyte/sb1250/Makefile