MIPS: MSP71xx: Fix build error.
commit7d05e6b68be0d9b56011295dd994aa523ec66472
authorRalf Baechle <ralf@linux-mips.org>
Wed, 22 Jun 2011 10:14:58 +0000 (22 11:14 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 22 Jun 2011 10:14:58 +0000 (22 11:14 +0100)
tree01f0b42b2fdc199522839677bc7c3e7f83e1075f
parent870e1a4904b4b1a6d6eaef77ec4c63c27685b438
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