From mboxrd@z Thu Jan 1 00:00:00 1970 From: nsekhar@ti.com (Sekhar Nori) Date: Thu, 25 Jul 2013 15:10:19 +0530 Subject: [PATCH 1/2] i2c: davinci: remove useless mach/hardware include In-Reply-To: <1374712099-32095-2-git-send-email-santosh.shilimkar@ti.com> References: <1374712099-32095-1-git-send-email-santosh.shilimkar@ti.com> <1374712099-32095-2-git-send-email-santosh.shilimkar@ti.com> Message-ID: <51F0F283.5080900@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 25 July 2013 05:58 AM, Santosh Shilimkar wrote: > This driver no longer uses definitions from mach/hardware.h. > On the other hand, including this header breaks this driver > on non-davinci platforms which don't have such a header. > > Fix it. > > Cc: Sekhar Nori > Cc: Wolfram Sang > > Signed-off-by: Santosh Shilimkar Acked-by: Sekhar Nori One minor nit: > --- > drivers/i2c/busses/i2c-davinci.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/i2c/busses/i2c-davinci.c b/drivers/i2c/busses/i2c-davinci.c > index fa55605..ddaa2a3 100644 > --- a/drivers/i2c/busses/i2c-davinci.c > +++ b/drivers/i2c/busses/i2c-davinci.c > @@ -41,7 +41,6 @@ > #include > #include > You can now remove this empty line too. Thanks, Sekhar > -#include > #include > > /* ----- global defines ----------------------------------------------- */ >