提交 0ec4b562 编写于 作者: B Bjorn Helgaas 提交者: Wolfram Sang

i2c: isch: Remove unnecessary acpi.h include

Commit 54fb4a05 ("i2c: Check for ACPI resource conflicts") included
<linux/acpi.h> so we could use acpi_check_region(). Commit fd46a006
("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: fd46a006 ("i2c: convert i2c-isch to platform_device")
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: NJean Delvare <jdelvare@suse.de>
Reviewed-by: NMukesh Ojha <mojha@codeaurora.org>
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
上级 d4691275
......@@ -30,7 +30,6 @@
#include <linux/ioport.h>
#include <linux/i2c.h>
#include <linux/io.h>
#include <linux/acpi.h>
/* SCH SMBus address offsets */
#define SMBHSTCNT (0 + sch_smba)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册