]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: MSP71xx: Fix build error.
authorRalf Baechle <ralf@linux-mips.org>
Wed, 22 Jun 2011 10:14:58 +0000 (11:14 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 20 Oct 2011 14:00:19 +0000 (15:00 +0100)
commit2fd431085cab7a5d0ae4fae91c85c5a05d6afaa0
treed40a1ce3c4523837d038827c1c24e42fc0f86571
parentd9beeecae674b62250ca68b93042d3a31551bad6
MIPS: MSP71xx: Fix build error.

After the recent cleanup of the register_*_smp_ops() functions msp71xx
wasn't fixed to include the now necessary header resulting in:

/home/ralf/src/linux/upstream-linus/arch/mips/pmc-sierra/msp71xx/msp_setup.c: In function ‘prom_init’:
/home/ralf/src/linux/upstream-linus/arch/mips/pmc-sierra/msp71xx/msp_setup.c:231:2: error: implicit declaration of function ‘register_vsmp_smp_ops’ [-Werror=implicit-function-declaration]
cc1: all warnings being treated as errors

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmc-sierra/msp71xx/msp_setup.c