From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Osipenko Subject: Re: [PATCH V8 1/5] i2c: tegra: Sort all the include headers alphabetically Date: Thu, 31 Jan 2019 18:14:09 +0300 Message-ID: References: <1548915387-28826-1-git-send-email-skomatineni@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <1548915387-28826-1-git-send-email-skomatineni@nvidia.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Sowjanya Komatineni , thierry.reding@gmail.com, jonathanh@nvidia.com, mkarthik@nvidia.com, smohammed@nvidia.com, talho@nvidia.com Cc: linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org List-Id: linux-i2c@vger.kernel.org 31.01.2019 9:16, Sowjanya Komatineni пишет: > This patch sorts all the include headers alphabetically for the > I2C tegra driver > > Signed-off-by: Sowjanya Komatineni > --- > [V3/V4/V5/V7/V8] : Removed unsued headers in tegra I2C > [V2] : Added this in V2 to sort the headers in tegra I2C > > drivers/i2c/busses/i2c-tegra.c | 19 ++++++++----------- > 1 file changed, 8 insertions(+), 11 deletions(-) > > diff --git a/drivers/i2c/busses/i2c-tegra.c b/drivers/i2c/busses/i2c-tegra.c > index e417ebf7628c..15806c984859 100644 > --- a/drivers/i2c/busses/i2c-tegra.c > +++ b/drivers/i2c/busses/i2c-tegra.c > @@ -6,24 +6,21 @@ > * Author: Colin Cross > */ > > -#include > -#include > -#include > #include > +#include > #include > #include > -#include > +#include > #include > -#include > -#include > -#include > +#include > +#include > +#include > #include > -#include > +#include > #include > +#include > #include > -#include > - > -#include > +#include > > #define TEGRA_I2C_TIMEOUT (msecs_to_jiffies(1000)) > #define BYTES_PER_FIFO_WORD 4 > Reviewed-by: Dmitry Osipenko