From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Subject: Re: [PATCH] i2c: isch: Remove unnecessary acpi.h include Date: Mon, 1 Apr 2019 08:50:30 -0500 Message-ID: References: <20190325183652.252175-1-helgaas@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20190325183652.252175-1-helgaas@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Bjorn Helgaas Cc: Jean Delvare , linux-i2c , Linux Kernel Mailing List , Mukesh Ojha List-Id: linux-i2c@vger.kernel.org On Mon, Mar 25, 2019 at 1:37 PM wrote: > > From: Bjorn Helgaas > > 54fb4a05af0a ("i2c: Check for ACPI resource conflicts") included > so we could use acpi_check_region(). fd46a0064af1 ("i2c: > convert i2c-isch to platform_device") removed the use of > acpi_check_region() but not the include. > > Remove the now-unnecessary include of . No functional change > intended. > > Signed-off-by: Bjorn Helgaas Added Fixes: fd46a0064af1 ("i2c: convert i2c-isch to platform_device") Reviewed-by: Jean Delvare Reviewed-by: Mukesh Ojha on my local branch. Jean, would you like me to repost this with the updates? I assume you will merge this (just based on get_maintainer.pl)? > --- > drivers/i2c/busses/i2c-isch.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/i2c/busses/i2c-isch.c b/drivers/i2c/busses/i2c-isch.c > index 5c754bf659e2..f64c1d72f73f 100644 > --- a/drivers/i2c/busses/i2c-isch.c > +++ b/drivers/i2c/busses/i2c-isch.c > @@ -30,7 +30,6 @@ > #include > #include > #include > -#include > > /* SCH SMBus address offsets */ > #define SMBHSTCNT (0 + sch_smba) > -- > 2.21.0.392.gf8f6787159e-goog >