diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2019-03-25 14:36:52 -0400 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2019-04-03 16:55:56 -0400 |
commit | 0ec4b562c378ea2f1da7a5aa1b783114b84fed5f (patch) | |
tree | 87203ba724c114cf119a8aee679133a648414651 /drivers/i2c | |
parent | d469127528ec48437a010620c22f2443053003c1 (diff) |
i2c: isch: Remove unnecessary acpi.h include
Commit 54fb4a05af0a ("i2c: Check for ACPI resource conflicts") included
<linux/acpi.h> so we could use acpi_check_region(). Commit 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 <linux/acpi.h>. No functional change
intended.
Fixes: fd46a0064af1 ("i2c: convert i2c-isch to platform_device")
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/i2c')
-rw-r--r-- | drivers/i2c/busses/i2c-isch.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
30 | #include <linux/ioport.h> | 30 | #include <linux/ioport.h> |
31 | #include <linux/i2c.h> | 31 | #include <linux/i2c.h> |
32 | #include <linux/io.h> | 32 | #include <linux/io.h> |
33 | #include <linux/acpi.h> | ||
34 | 33 | ||
35 | /* SCH SMBus address offsets */ | 34 | /* SCH SMBus address offsets */ |
36 | #define SMBHSTCNT (0 + sch_smba) | 35 | #define SMBHSTCNT (0 + sch_smba) |