]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: MSP71xx: Fix build error.
authorRalf Baechle <ralf@linux-mips.org>
Thu, 28 Jul 2011 15:15:46 +0000 (16:15 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 28 Jul 2011 15:15:46 +0000 (16:15 +0100)
commit7002758d22a57cf204a38dfa796a31169f59f579
treeab2700e3378960e6f800e5b5f85a7477e23b2d17
parent2d2b2a77ee87d8fed5802d68d8a08e0025c1ad21
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