]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: MSP71xx: Resolve multiple definition of plat_timer_setup
authorShane McDonald <mcdonald.shane@gmail.com>
Tue, 28 Apr 2009 05:50:21 +0000 (23:50 -0600)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 14 May 2009 12:50:28 +0000 (13:50 +0100)
commit07fd6273d498c311389de4b3f1536f981082d602
tree86cd309507093f9b017333e63c082456db25f200
parent814bed69906ddf351a8a9d914348191e9fe951f6
MIPS: MSP71xx: Resolve multiple definition of plat_timer_setup

There have been a number of compile problems with the msp71xx configuration
ever since it was included in the linux-mips.org repository.  This patch
resolves the "multiple definition of plat_timer_setup" problem, and creates
the required get_c0_compare_int function.

This patch has been compile-tested against the current HEAD.

Signed-off-by: Shane McDonald <mcdonald.shane@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmc-sierra/msp71xx/msp_time.c