]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Sibyte: Fix build for SIBYTE_BW_TRACE on BCM1x55 and BCM1x80.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 19 Jun 2013 17:25:06 +0000 (19:25 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 21 Jun 2013 16:07:02 +0000 (18:07 +0200)
commitfbe1101c51701a06727c4a445d4cdec097d35aa7
tree57831c43dfe33072d992c5ac880e24680e7e832b
parent6aba6cd35b0e65355d4ec43c6aa89448bcccb0ee
MIPS: Sibyte: Fix build for SIBYTE_BW_TRACE on BCM1x55 and BCM1x80.

  CC      arch/mips/mm/cerr-sb1.o
arch/mips/mm/cerr-sb1.c: In function ‘sb1_cache_error’:
arch/mips/mm/cerr-sb1.c:186:98: error: ‘M_BCM1480_SCD_TRACE_CFG_FREEZE’ undeclared (first use in this function)
arch/mips/mm/cerr-sb1.c:186:98: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [arch/mips/mm/cerr-sb1.o] Error 1

This happens because b87d1007463223a5d1da1a79256ed47ba38134d8 [[MIPS]
Updated Sibyte headers] changed the headers but not all the users.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Markos Chandras <markos.chandras@imgtec.com>
Patchwork: https://patchwork.linux-mips.org/patch/5511/
arch/mips/mm/cerr-sb1.c