From patchwork Sat Oct 29 11:08:18 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Grant Likely X-Patchwork-Id: 122534 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AC4551007D5 for ; Sat, 29 Oct 2011 22:08:57 +1100 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RK6mL-0000cw-1w; Sat, 29 Oct 2011 11:08:45 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1RK6mK-0005Ei-QD; Sat, 29 Oct 2011 11:08:44 +0000 Received: from mail-qw0-f49.google.com ([209.85.216.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RK6mH-0005EP-4C for linux-arm-kernel@lists.infradead.org; Sat, 29 Oct 2011 11:08:42 +0000 Received: by qap15 with SMTP id 15so4891620qap.36 for ; Sat, 29 Oct 2011 04:08:40 -0700 (PDT) Received: by 10.224.173.69 with SMTP id o5mr5889656qaz.7.1319886519070; Sat, 29 Oct 2011 04:08:39 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.80.148 with HTTP; Sat, 29 Oct 2011 04:08:18 -0700 (PDT) In-Reply-To: References: From: Grant Likely Date: Sat, 29 Oct 2011 13:08:18 +0200 X-Google-Sender-Auth: FPQMy-Y2LtmZdmYmEn-QvU0OU50 Message-ID: Subject: Re: [git pull] trivial gpio build failure fixups To: Linus Torvalds , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, Russell King - ARM Linux X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20111029_070841_237802_8BBF4DDA X-CRM114-Status: GOOD ( 20.52 ) X-Spam-Score: -0.7 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.7 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.216.49 listed in list.dnswl.org] X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Oops, one more... g. The following changes since commit ec7ae517537ae5c7b0b2cd7f562dfa3e7a05b954: Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 (2011-10-28 16:44:18 -0700) are available in the git repository at: git://git.secretlab.ca/git/linux-2.6 devicetree/merge Grant Likely (1): gpio: Fix ARM versatile-express build failure Kalle Valo (1): of: include errno.h Linus Walleij (1): ARM: mark empty gpio.h files empty arch/arm/mach-lpc32xx/include/mach/gpio.h | 1 + arch/arm/mach-tegra/include/mach/gpio.h | 1 + arch/arm/mach-u300/include/mach/gpio.h | 1 + arch/arm/mach-vexpress/include/mach/gpio.h | 1 + include/linux/of.h | 1 + 5 files changed, 5 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-vexpress/include/mach/gpio.h On Sat, Oct 29, 2011 at 12:57 PM, Grant Likely wrote: > Hi Linus, > > nothing to say here, subject says it all. > > g. > > The following changes since commit ec7ae517537ae5c7b0b2cd7f562dfa3e7a05b954: > >  Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 > (2011-10-28 16:44:18 -0700) > > are available in the git repository at: > >  git://git.secretlab.ca/git/linux-2.6 devicetree/merge > > Grant Likely (1): >      gpio: Fix ARM versatile-express build failure > > Kalle Valo (1): >      of: include errno.h > >  arch/arm/mach-vexpress/include/mach/gpio.h |    1 + >  include/linux/of.h                         |    1 + >  2 files changed, 2 insertions(+), 0 deletions(-) >  create mode 100644 arch/arm/mach-vexpress/include/mach/gpio.h > > > -- > Grant Likely, B.Sc., P.Eng. > Secret Lab Technologies Ltd. >