diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2014-09-22 19:41:00 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2014-09-25 16:07:15 +0200 |
commit | 17f4a5c47f28de9ea59182f48d07f8c44ee5dcc9 (patch) | |
tree | 05959f33300e0e93cb9b8f4ffb29ef593521c37e /MAINTAINERS | |
parent | b4a7bd7a386dc6b0bb49cb47614e06e8295d495a (diff) |
i2c: move acpi code back into the core
Commit 5d98e61d337c ("I2C/ACPI: Add i2c ACPI operation region support")
renamed the i2c-core module. This may cause regressions for
distributions, so put the ACPI code back into the core.
Reported-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Tested-by: Lan Tianyu <tianyu.lan@intel.com>
Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 809ecd680d88..e3682d0dea1e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4477,7 +4477,6 @@ M: Mika Westerberg <mika.westerberg@linux.intel.com> L: linux-i2c@vger.kernel.org L: linux-acpi@vger.kernel.org S: Maintained -F: drivers/i2c/i2c-acpi.c I2C-TAOS-EVM DRIVER M: Jean Delvare <jdelvare@suse.de> |