On Fri, Aug 07, 2015 at 01:15:20PM +0100, Build bot for Mark Brown wrote:
Today's linux-next fails to build an arm64 allmodconfig with:
arm64-allmodconfig ../drivers/firmware/qcom_scm-32.c:27:28: fatal error: asm/outercache.h: No such file or directory
This header file only exists on ARM, either the driver shouldn't be built for ARMv8, we need a dummy header for ARMv8 or we need to use the header conditionally in the driver.