]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: isch: Remove unnecessary acpi.h include
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Mar 2019 18:36:52 +0000 (13:36 -0500)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 3 Apr 2019 20:55:56 +0000 (22:55 +0200)
commitf945db85b400d825aa9d4309dac9eeab14b79295
tree87203ba724c114cf119a8aee679133a648414651
parent4269501c5e3eac9ecddae141fad67cace49f67f7
i2c: isch: Remove unnecessary acpi.h include

Commit 68c1195d18c3 ("i2c: Check for ACPI resource conflicts") included
<linux/acpi.h> so we could use acpi_check_region(). Commit 8af45c821678
("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: 8af45c821678 ("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>
drivers/i2c/busses/i2c-isch.c