Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754790Ab3G2PhD (ORCPT ); Mon, 29 Jul 2013 11:37:03 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:60195 "EHLO mail-ob0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751074Ab3G2PhB (ORCPT ); Mon, 29 Jul 2013 11:37:01 -0400 MIME-Version: 1.0 In-Reply-To: <1374697248-23401-1-git-send-email-sboyd@codeaurora.org> References: <1374697248-23401-1-git-send-email-sboyd@codeaurora.org> Date: Mon, 29 Jul 2013 17:37:00 +0200 Message-ID: Subject: Re: [PATCH] gpio_msm: Fix build error due to missing err.h From: Linus Walleij To: Stephen Boyd Cc: "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , Tushar Behera Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 935 Lines: 26 On Wed, Jul 24, 2013 at 10:20 PM, Stephen Boyd wrote: > drivers/gpio/gpio-msm-v1.c: In function 'gpio_msm_v1_probe': > drivers/gpio/gpio-msm-v1.c:656:2: > error: implicit declaration of function 'IS_ERR' > [-Werror=implicit-function-declaration] > drivers/gpio/gpio-msm-v1.c:657:3: > error: implicit declaration of function 'PTR_ERR' > [-Werror=implicit-function-declaration] > > This driver failed to compile after commit 68515bb > (gpio_msm: Convert to use devm_ioremap_resource, > 2013-06-10). > > Cc: Tushar Behera > Signed-off-by: Stephen Boyd Thanks, patch applied and queued for fixes. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/