From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: linux-next: build failure after merge of the gpio tree Date: Wed, 18 Sep 2013 13:24:36 +0200 Message-ID: References: <20130918131237.b8272e45ec6c4ebf360cb4e5@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-ob0-f182.google.com ([209.85.214.182]:47729 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751904Ab3IRLYh (ORCPT ); Wed, 18 Sep 2013 07:24:37 -0400 Received: by mail-ob0-f182.google.com with SMTP id wo20so7407376obc.27 for ; Wed, 18 Sep 2013 04:24:36 -0700 (PDT) In-Reply-To: <20130918131237.b8272e45ec6c4ebf360cb4e5@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: "linux-next@vger.kernel.org" , "linux-kernel@vger.kernel.org" , George Cherian On Wed, Sep 18, 2013 at 5:12 AM, Stephen Rothwell wrote: > After merging the gpio tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/gpio/gpio-pcf857x.c: In function 'pcf857x_irq_domain_map': > drivers/gpio/gpio-pcf857x.c:206:2: error: implicit declaration of function 'set_irq_flags' [-Werror=implicit-function-declaration] > set_irq_flags(virq, IRQF_VALID); > ^ How typical to miss this. OK I've submitted a fix and pushed to my tree. Yours, Linus Walleij