i2c: core: Cleanup I2C ACPI namespace
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Mon, 6 Jun 2016 11:26:21 +0000 (14:26 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 14 Jul 2016 13:22:05 +0000 (22:22 +0900)
commita7003b65801e17a19617a509b2dbae3442ddd709
tree03897d3a2418b5ece4faaec6576e88455bc72d74
parent44239a5afd7c568047fbaba8f32fb4b4464902b4
i2c: core: Cleanup I2C ACPI namespace

I2C ACPI enumeration was originally implemented in another module under
drivers/acpi/ but was later moved into i2c-core with added support for
I2C ACPI operation region.

Rename these acpi_i2c_ prefixed functions, structures and defines in
i2c-core to i2c_acpi_ in order to have more consistent name space.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-core.c