From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756185Ab2BCXSa (ORCPT ); Fri, 3 Feb 2012 18:18:30 -0500 Received: from mail-pz0-f46.google.com ([209.85.210.46]:61657 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755142Ab2BCXS2 convert rfc822-to-8bit (ORCPT ); Fri, 3 Feb 2012 18:18:28 -0500 MIME-Version: 1.0 In-Reply-To: <20120203135432.e9ab5f0d41805bff0df10333@canb.auug.org.au> References: <20120203135432.e9ab5f0d41805bff0df10333@canb.auug.org.au> From: Grant Likely Date: Fri, 3 Feb 2012 16:18:08 -0700 X-Google-Sender-Auth: fqJoOLwJ5rRyg-284y_a1cAXLR8 Message-ID: Subject: Re: linux-next: build failure after merge of the gpio tree To: Stephen Rothwell Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Brown Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 2, 2012 at 7:54 PM, Stephen Rothwell wrote: > Hi Grant, > > After merging the gpio tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/i2c/busses/i2c-gpio.c:18:22: fatal error: asm/gpio.h: No such file or directory > drivers/input/mouse/gpio_mouse.c:17:22: fatal error: asm/gpio.h: No such file or directory > drivers/leds/leds-gpio.c:23:22: fatal error: asm/gpio.h: No such file or directory > > Caused by commit 4f79dfb562c2 ("gpiolib/arches: Centralise bolierplate > asm/gpio.h").  Grep is your friend ... > > I have used the gpio tree from next-20120202 for today. I've dropped the patch from my tree. Looks like there are still a few drivers that need to be either fixed up or made "depends on ARCH_HAVE_CUSTOM_GPIO_H". g.