MIPS: MSP71xx: Include asm/setup.h
authorArnd Bergmann <arnd@arndb.de>
Mon, 18 Sep 2017 15:55:24 +0000 (17:55 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 21 Sep 2017 14:15:17 +0000 (16:15 +0200)
commit9bbe7dc05c1f80200621a626ec2266987f4b42b3
treef93c0d9784361ae01f92ce2936de3a87ada4566d
parentfd0b19ed5389187829b854900511c9195875bb42
MIPS: MSP71xx: Include asm/setup.h

msp71xx_defconfig can not be built at the in v4.14-rc1

arch/mips/pmcs-msp71xx/msp_smp.c:72:2: error: implicit declaration of function 'set_vi_handler' [-Werror=implicit-function-declaration]

I don't know what caused the regression, but including the right
header is the obvious fix.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17309/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pmcs-msp71xx/msp_smp.c