From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752847AbdC2FRw (ORCPT ); Wed, 29 Mar 2017 01:17:52 -0400 Received: from ozlabs.org ([103.22.144.67]:44933 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752691AbdC2FRv (ORCPT ); Wed, 29 Mar 2017 01:17:51 -0400 Date: Wed, 29 Mar 2017 16:17:47 +1100 From: Stephen Rothwell To: Jassi Brar Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Anup Patel Subject: linux-next: build failure after merge of the mailbox tree Message-ID: <20170329161747.6618a97f@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jassi, After merging the mailbox tree, today's linux-next build (powerpc allyesconfig) failed like this: In file included from /home/sfr/next/next/include/linux/kvm_host.h:20:0, from /home/sfr/next/next/arch/powerpc/kernel/asm-offsets.c:54: /home/sfr/next/next/include/linux/msi.h:195:21: fatal error: asm/msi.h: No such file or directory Caused by commit dbc049eee730 ("mailbox: Add driver for Broadcom FlexRM ring manager") Not all architectures have the above include file. I have added the following patch for today: From: Stephen Rothwell Date: Wed, 29 Mar 2017 16:11:14 +1100 Subject: [PATCH] mailbox: do not compile test the Broadcom FlexRM Mailbox driver Signed-off-by: Stephen Rothwell --- drivers/mailbox/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mailbox/Kconfig b/drivers/mailbox/Kconfig index 0b6f25e26c7c..ee1a3d9147ef 100644 --- a/drivers/mailbox/Kconfig +++ b/drivers/mailbox/Kconfig @@ -154,7 +154,7 @@ config BCM_PDC_MBOX config BCM_FLEXRM_MBOX tristate "Broadcom FlexRM Mailbox" - depends on ARM64 || COMPILE_TEST + depends on ARM64 depends on HAS_DMA select GENERIC_MSI_IRQ_DOMAIN default ARCH_BCM_IPROC -- 2.11.0 -- Cheers, Stephen Rothwell