From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:48396 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751467AbdARHNb (ORCPT ); Wed, 18 Jan 2017 02:13:31 -0500 Date: Wed, 18 Jan 2017 08:04:49 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable , Niklas =?iso-8859-1?Q?S=F6derlund?= Subject: Re: Build failures in v4.9-stable-queue (drivers/pinctrl/sh-pfc/pfc-r8a7795.c) Message-ID: <20170118070449.GA28812@kroah.com> References: <20170118070348.GA11886@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170118070348.GA11886@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Jan 18, 2017 at 08:03:48AM +0100, Greg Kroah-Hartman wrote: > On Tue, Jan 17, 2017 at 09:22:38PM -0800, Guenter Roeck wrote: > > drivers/pinctrl/sh-pfc/pfc-r8a7795.c:5191:38: error: array type has incomplete element type ‘struct sh_pfc_bias_info’ > > static const struct sh_pfc_bias_info bias_info[] = { > > ^ > > drivers/pinctrl/sh-pfc/pfc-r8a7795.c: In function ‘r8a7795_pinmux_get_bias’: > > drivers/pinctrl/sh-pfc/pfc-r8a7795.c:5362:9: error: implicit declaration of function ‘sh_pfc_pin_to_bias_info’ [-Werror=implicit-function-declaration] > > info = sh_pfc_pin_to_bias_info(bias_info, ARRAY_SIZE(bias_info), pin); > > > > This affects arm64 builds (defconfig, allmodconfig). > > > > Guess something is missing in commit 30c49bf7c504 ("pinctrl: sh-pfc: r8a7795: > > Use lookup function for bias data"). Copying the author. > > Looks like I need to add c314c9f15aa5 ("pinctrl: sh-pfc: Add helper to > handle bias lookup table") to handle this. > > Odd that kbuild didn't find this issue, your build system covers more > than it does :) I take it back, I now see the kbuild failure message as well. greg k-h