From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from saturn.retrosnub.co.uk ([178.18.118.26]:41613 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750841AbcJ3MQv (ORCPT ); Sun, 30 Oct 2016 08:16:51 -0400 Subject: Re: [PATCH -next] iio: humidity: remove duplicated include from hts221_buffer.c To: Wei Yongjun , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Lorenzo Bianconi References: <1477757480-26388-1-git-send-email-weiyj.lk@gmail.com> Cc: Wei Yongjun , linux-iio@vger.kernel.org From: Jonathan Cameron Message-ID: <2c426e04-ee9c-741f-63de-f4062806a5c8@kernel.org> Date: Sun, 30 Oct 2016 12:16:45 +0000 MIME-Version: 1.0 In-Reply-To: <1477757480-26388-1-git-send-email-weiyj.lk@gmail.com> Content-Type: text/plain; charset=windows-1252 Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 29/10/16 17:11, Wei Yongjun wrote: > From: Wei Yongjun > > Remove duplicated include. > > Signed-off-by: Wei Yongjun Applied to the togreg branch of iio.git. Will push out later as testing once some other build tests have finished so that the autobuilders can see what I've messed up today! Jonathan > --- > drivers/iio/humidity/hts221_buffer.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/iio/humidity/hts221_buffer.c b/drivers/iio/humidity/hts221_buffer.c > index 76b2e81..72ddcda 100644 > --- a/drivers/iio/humidity/hts221_buffer.c > +++ b/drivers/iio/humidity/hts221_buffer.c > @@ -15,7 +15,6 @@ > > #include > #include > -#include > #include > #include > #include > > > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >