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=-6.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 728A6C43603 for ; Sat, 7 Dec 2019 22:05:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3F2C524677 for ; Sat, 7 Dec 2019 22:05:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=konsulko.com header.i=@konsulko.com header.b="UpxQvWlX" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726416AbfLGWFj (ORCPT ); Sat, 7 Dec 2019 17:05:39 -0500 Received: from mail-il1-f194.google.com ([209.85.166.194]:44980 "EHLO mail-il1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726415AbfLGWFj (ORCPT ); Sat, 7 Dec 2019 17:05:39 -0500 Received: by mail-il1-f194.google.com with SMTP id z12so9391134iln.11 for ; Sat, 07 Dec 2019 14:05:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Ha1rPLXByHjbI/Rdv0mMvBd3I0OoxBgZeMc8cwP1z58=; b=UpxQvWlXUxNkhbbJheb3kG2NEZ8BPS2ACPvEs56e8KwY1WUkgIVGwavLJPXSKgWf7p NrC0LS/lbEKA5PKLTZkoVTe3FoUhS8KRXHikVt2yAVt9+HE9GYjlIGi/MfGXUfziMyb+ me3TtasKUFXER5XH97mO4KA9ZMRHzZx1YYUZw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Ha1rPLXByHjbI/Rdv0mMvBd3I0OoxBgZeMc8cwP1z58=; b=nWYFdQkm5QZjK58lKmvjQPvHFcyAJv88w8Cwihb+Be9stZrax9TqN+3SSKdFz4cC+/ pL+SGCF2p6SAULw6SEA8msEuhByR9yLbWC+cAoZTX4OwuyM4w41QfAPw2n8UFCPTBXmw jd6NlfLD+HZHf+p1BumPhBDxHGnTV8uQ2+f9+CBVJ2PLJdmVBK23tPPak9wIF9wLASsF DFt+BaNk92SCvKyXGswPTB76NWISYUhfiqIheyKUgxDU4qfxDiOb8+oWIGr4SAnFs6Bv jAZ2bpmC+hfX/GzmJFErpJ96udl8tM/d1gd5ZKJFBrYgcH9F4GuyQnMt0CLqbHgplYyL BWhA== X-Gm-Message-State: APjAAAWHjnG08qJ0TkhXgR7/rCV0iwzVT/zcq36SX7B/FRYPMZdLLULQ dbMvCfRF7N8VMq7OteEukOKi9WAEBTiRsGnjGDeT7w== X-Google-Smtp-Source: APXvYqxrdiX1mc5vjyeJIkpnBUbJJue/nlHm8xiM7aEzDyndQzG4xO7clLvalAWpF921eoiwPdixDPJ2or1Cj2JFy/g= X-Received: by 2002:a92:bf10:: with SMTP id z16mr2269459ilh.87.1575756337693; Sat, 07 Dec 2019 14:05:37 -0800 (PST) MIME-Version: 1.0 References: <20191202091837.82150-1-linus.walleij@linaro.org> <20191207101654.66c807cf@archlinux> In-Reply-To: <20191207101654.66c807cf@archlinux> From: Matt Ranostay Date: Sat, 7 Dec 2019 14:05:26 -0800 Message-ID: Subject: Re: [PATCH] iio: atlas-ph-sensor: Drop GPIO include To: Jonathan Cameron Cc: Linus Walleij , "open list:IIO SUBSYSTEM AND DRIVERS" , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler Content-Type: text/plain; charset="UTF-8" Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sat, Dec 7, 2019 at 2:16 AM Jonathan Cameron wrote: > > On Mon, 2 Dec 2019 10:18:37 +0100 > Linus Walleij wrote: > > > The driver includes yet fails to use symbols > > from any the header so drop the include. > > > > Signed-off-by: Linus Walleij > +CC Matt > > Applied to the togreg branch of iio.git and pushed out as testing for > the autobuilders to do something or other. > Looks good to me. Probably too late for a Reviewed-by, but here it is anyway Reviewed-by: Matt Ranostay > Thanks, > > Jonathan > > > --- > > drivers/iio/chemical/atlas-ph-sensor.c | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/iio/chemical/atlas-ph-sensor.c b/drivers/iio/chemical/atlas-ph-sensor.c > > index 6c175eb1c7a7..b7c20c74239b 100644 > > --- a/drivers/iio/chemical/atlas-ph-sensor.c > > +++ b/drivers/iio/chemical/atlas-ph-sensor.c > > @@ -14,7 +14,6 @@ > > #include > > #include > > #include > > -#include > > #include > > #include > > #include >