hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/i2c/busses/i2c-isch.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 i2c-isch.c - Linux kernel driver for Intel SCH chipset SMBus
34 - Based on i2c-piix4.c
....@@ -6,14 +7,6 @@
67 - Intel SCH support
78 Copyright (c) 2007 - 2008 Jacob Jun Pan <jacob.jun.pan@intel.com>
89
9
- This program is free software; you can redistribute it and/or modify
10
- it under the terms of the GNU General Public License version 2 as
11
- published by the Free Software Foundation.
12
-
13
- This program is distributed in the hope that it will be useful,
14
- but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
- GNU General Public License for more details.
1710 */
1811
1912 /*
....@@ -30,7 +23,6 @@
3023 #include <linux/ioport.h>
3124 #include <linux/i2c.h>
3225 #include <linux/io.h>
33
-#include <linux/acpi.h>
3426
3527 /* SCH SMBus address offsets */
3628 #define SMBHSTCNT (0 + sch_smba)