]> git.baikalelectronics.ru Git - kernel.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)
commit2141884d89b4d823cc2c0f40317b6dba86e22f99
treed40a1ce3c4523837d038827c1c24e42fc0f86571
parentb97665af570cc05883eddde3db7726a6ad97e9da
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