From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6EE18C5AE59 for ; Tue, 10 Sep 2019 23:39:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A79D216F4 for ; Tue, 10 Sep 2019 23:39:53 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="U+YTbJMs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726317AbfIJXjw (ORCPT ); Tue, 10 Sep 2019 19:39:52 -0400 Received: from hqemgate14.nvidia.com ([216.228.121.143]:4934 "EHLO hqemgate14.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725957AbfIJXjw (ORCPT ); Tue, 10 Sep 2019 19:39:52 -0400 Received: from hqpgpgate102.nvidia.com (Not Verified[216.228.121.13]) by hqemgate14.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Tue, 10 Sep 2019 16:39:53 -0700 Received: from hqmail.nvidia.com ([172.20.161.6]) by hqpgpgate102.nvidia.com (PGP Universal service); Tue, 10 Sep 2019 16:39:51 -0700 X-PGP-Universal: processed; by hqpgpgate102.nvidia.com on Tue, 10 Sep 2019 16:39:51 -0700 Received: from ngvpn01-172-168.dyn.scz.us.nvidia.com (172.20.13.39) by HQMAIL107.nvidia.com (172.20.187.13) with Microsoft SMTP Server (TLS) id 15.0.1473.3; Tue, 10 Sep 2019 23:39:49 +0000 Subject: Re: [PATCH] gpio: fix build failure: gpiochip_[un]lock*() static/non-static To: Linus Walleij CC: YueHaibing , Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" , Linux Next Mailing List , LKML References: <20190907010534.23713-1-jhubbard@nvidia.com> X-Nvconfidentiality: public From: John Hubbard Message-ID: Date: Wed, 11 Sep 2019 00:39:48 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: X-Originating-IP: [172.20.13.39] X-ClientProxiedBy: HQMAIL107.nvidia.com (172.20.187.13) To HQMAIL107.nvidia.com (172.20.187.13) Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1568158793; bh=Qy6VepiFpAZlMrNzDzcHtBi9QfYWbrDNF8q7ZPJDXvk=; h=X-PGP-Universal:Subject:To:CC:References:X-Nvconfidentiality:From: Message-ID:Date:User-Agent:MIME-Version:In-Reply-To: X-Originating-IP:X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=U+YTbJMsGjo52Kl1kpYBHxmh75vkb8qhsWJ16f8tDrh832uxffBKPi5Ntka/pAjmZ Kpd6l13CODtxkA9wRTe3PTbSYTNQ2uK+T/pIuMk5GTthp7EkDPiTLSTXoCH89kKHSd rb2xT0l7h81/+Rw03UKc4PfvzuFcqs5qveahnT68VRsrgUxc36pkyvcFN3k6/hNN4s 7muMJmhYSDv5Tx9g/g8o/s9/flBlMuxqjGmCjwKXr4UkpI15JiYng1eUCE74G9B7ro MGer5IQH993ovdUiRKtqVc8Y6+9MFa782qoTsdp0Z98c3sDap4OOjfdco9ei+o1CWf 0+tXPJ7JteGDQ== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 9/8/19 12:16 AM, Linus Walleij wrote: > On Sat, Sep 7, 2019 at 2:05 AM John Hubbard wrote: > >> While building with !CONFIG_GPIOLIB, I experienced a build failure, >> because driver.h in that configuration supplies both a static and >> a non-static version of these routines: > > I think this is fixed in my latest version of the "devel" branch? > OK, sounds good to me. Sorry for not spotting that a fix is in the pipeline. :) thanks, -- John Hubbard NVIDIA