i2c: acpi: Move I2C bits from acpi.h to i2c.h
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 9 Jan 2019 15:24:55 +0000 (17:24 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Tue, 15 Jan 2019 22:20:02 +0000 (23:20 +0100)
commitb33a02aadcc6330a61e511240b634dc11112e65e
tree89a6b78867311537136e7c70166d4751cc60b3d1
parente1ab9a468e3b1636d60cebd0a778461270dde208
i2c: acpi: Move I2C bits from acpi.h to i2c.h

As discussed previously the best location for certain bus related bits,
e.g. I2C, is its own realm of the headers.

In order to uncontaminate acpi.h move the I2C bits to i2c.h.

There is no functional change intended.

Link: https://lkml.org/lkml/2018/11/28/744
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
include/linux/acpi.h
include/linux/i2c.h