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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A42DC433EF for ; Sat, 5 Feb 2022 17:20:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241281AbiBERUQ (ORCPT ); Sat, 5 Feb 2022 12:20:16 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51718 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232086AbiBERUQ (ORCPT ); Sat, 5 Feb 2022 12:20:16 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6CDCC061348; Sat, 5 Feb 2022 09:20:15 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 42DDF6112D; Sat, 5 Feb 2022 17:20:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 62B58C340E8; Sat, 5 Feb 2022 17:20:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644081614; bh=FPD+9Wbhuke+aGXCPGHLH+kq2cHplX8py2gleXSQSjA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=G7CDB6dnMB0nVt5El2VZiXXb0U3xtZdoDjbCBT3oGOhYADQBwWwh/Pp/MMGzLOwHD YnHNiZcSASJruzgdHlKySYpTswq0+qpbMOwN4wffEqAnLPvuWDHS/LVtG2yeUmbOHO Oq6glVKlSfVWW/5arieUTojBDx2zZBOggQoUl5Aa9+JajlshI+W1cNpDPYAf1GNa8/ FdufzL7LuTZUn23ACbtivECv9VnSzCDTmsxmEt3706T5CFs19J5jNC1LhLWp1q420I 6c3gLMWYOHBxSLBzMzfm5/EZZDjPCt3LSSHoE/IUHaLrkDB+0+W9E0Juvh6Nce2ytw tFt73o32ZtNqQ== Date: Sat, 5 Feb 2022 17:26:46 +0000 From: Jonathan Cameron To: Andy Shevchenko Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Lars-Peter Clausen Subject: Re: [PATCH v1 1/1] iio: humidity: dht11: Switch from of headers to mod_devicetable.h Message-ID: <20220205172646.0d8f9ac3@jic23-huawei> In-Reply-To: <20220202203420.56654-1-andriy.shevchenko@linux.intel.com> References: <20220202203420.56654-1-andriy.shevchenko@linux.intel.com> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Wed, 2 Feb 2022 22:34:20 +0200 Andy Shevchenko wrote: > There is nothing directly using of specific interfaces in this driver, > so lets not include the headers. > > Signed-off-by: Andy Shevchenko Applied. > --- > drivers/iio/humidity/dht11.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/iio/humidity/dht11.c b/drivers/iio/humidity/dht11.c > index 9a7819817488..c97e25448772 100644 > --- a/drivers/iio/humidity/dht11.c > +++ b/drivers/iio/humidity/dht11.c > @@ -11,10 +11,9 @@ > #include > #include > #include > -#include > -#include > #include > #include > +#include > #include > #include > #include