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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 122B4C43603 for ; Sat, 7 Dec 2019 10:17:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CEAC72253D for ; Sat, 7 Dec 2019 10:16:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575713819; bh=pUFQAu+qRh8xlQWteenzQT6oi7k9uNrR7iKBLQfQ3Rc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=e7WGq9hQN2mlwK5J0fG4SmRjJ+DjxVWhnIHr8HNVit49eIuGt91jCdKMxVe0lpuLP 7qMXoNKTtYpPUXH91lN5yhhWAf7bCHso01fM0KdxeD8YF/2wWv+XOd1eZdz8egcFVx ZCM5zvluuhsI7BPePpv+QpHsXvjb/usco/XRV9pI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726025AbfLGKQ7 (ORCPT ); Sat, 7 Dec 2019 05:16:59 -0500 Received: from mail.kernel.org ([198.145.29.99]:59144 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725992AbfLGKQ7 (ORCPT ); Sat, 7 Dec 2019 05:16:59 -0500 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BD5BF217BA; Sat, 7 Dec 2019 10:16:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575713818; bh=pUFQAu+qRh8xlQWteenzQT6oi7k9uNrR7iKBLQfQ3Rc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=bJ9QlfDsizvVHA1ZDJqUm3iiIbU9pZpJbTw88UlkpL4aQKhA9b9u0VYfRTYU2epm+ aBjNdkR+qpufiTciXEKibKI0Mz95+creq4/q3dy86+IhHFSSS3jbZVqDz86fp25KmI ghR/7DqlqRT1GENAryyt7m7qziVD2uUDjdm1RhBc= Date: Sat, 7 Dec 2019 10:16:54 +0000 From: Jonathan Cameron To: Linus Walleij Cc: linux-iio@vger.kernel.org, Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Matt Ranostay Subject: Re: [PATCH] iio: atlas-ph-sensor: Drop GPIO include Message-ID: <20191207101654.66c807cf@archlinux> In-Reply-To: <20191202091837.82150-1-linus.walleij@linaro.org> References: <20191202091837.82150-1-linus.walleij@linaro.org> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org 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. 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