]> 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>
Tue, 9 Aug 2011 08:16:21 +0000 (09:16 +0100)
commit36ffe69e13f62db0f93c4f9c3b71815a6d987d74
treeee8b1684cf5b93f2b31f258a2aecb833b5b3e7b1
parent15132ffa6325b4e177bab5753c833932c23ccc6a
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