• Ralf Baechle's avatar
    MIPS: MSP71xx: Fix build error. · 2fd43108
    Ralf Baechle authored
    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: default avatarRalf Baechle <ralf@linux-mips.org>
    2fd43108
msp_setup.c 5.54 KB