From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965170AbbLRDpU (ORCPT ); Thu, 17 Dec 2015 22:45:20 -0500 Received: from ozlabs.org ([103.22.144.67]:36830 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752205AbbLRDpS (ORCPT ); Thu, 17 Dec 2015 22:45:18 -0500 Date: Fri, 18 Dec 2015 14:45:16 +1100 From: Stephen Rothwell To: Linus Walleij Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Pramod Kumar , Ray Jui , Scott Branden Subject: linux-next: build failure after merge of the pinctrl tree Message-ID: <20151218144516.77c8e052@canb.auug.org.au> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.29; x86_64-pc-linux-gnu) 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 Linus, After merging the pinctrl tree, today's linux-next build (arm multi_v7_defconfig) failed like this: drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'iproc_gpio_unregister_pinconf': drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:642:25: error: dereferencing pointer to incomplete type 'struct cygnus_gpio' pinctrl_unregister(chip->pctl); ^ drivers/pinctrl/bcm/pinctrl-iproc-gpio.c: In function 'iproc_gpio_probe': drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:738:32: warning: passing argument 1 of 'iproc_gpio_unregister_pinconf' from incompatible pointer type [-Wincompatible-pointer-types] iproc_gpio_unregister_pinconf(chip); ^ drivers/pinctrl/bcm/pinctrl-iproc-gpio.c:640:13: note: expected 'struct cygnus_gpio *' but argument is of type 'struct iproc_gpio *' static void iproc_gpio_unregister_pinconf(struct cygnus_gpio *chip) ^ Caused by commit 616043d58a89 ("pinctrl: Rename gpio driver from cygnus to iproc") I have used the pinctrl tree from next-20151217 for today. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au