From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753332AbdGJD1W (ORCPT ); Sun, 9 Jul 2017 23:27:22 -0400 Received: from ozlabs.org ([103.22.144.67]:55483 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753110AbdGJD1V (ORCPT ); Sun, 9 Jul 2017 23:27:21 -0400 Date: Mon, 10 Jul 2017 13:26:48 +1000 From: Stephen Rothwell To: Mark Brown Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Jiada Wang Subject: linux-next: build failure after merge of the spi tree Message-ID: <20170710132648.41b21529@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 Mark, After merging the spi tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/spi/spi-imx.c: In function 'spi_imx_setupxfer': drivers/spi/spi-imx.c:1007:16: error: 'config' undeclared (first use in this function) mask = (1 << config.bpw) - 1; ^ Caused by commit a0cc330240c9 ("spi: imx: dynamic burst length adjust for PIO mode") interacting with commit d52345b6cf8e ("spi: imx: put struct spi_imx_config members into driver private struct") from Linus' tree. I am not sure why this has only shown up now. Since it is the only thing left in the spi tree, I have just dropped that tree for today. -- Cheers, Stephen Rothwell