platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Wed, 18 Jul 2018 16:09:55 +0000 (18:09 +0200)
committerBenson Leung <bleung@chromium.org>
Fri, 7 Sep 2018 07:56:36 +0000 (15:56 +0800)
commitcc8a4ea182efac95ad4582053f8a51271fab734d
tree7169be85a27ef6084941d5de8de7da6d8bb0ec1a
parent57361846b52bc686112da6ca5368d11210796804
platform/chrome: Move mfd/cros_ec_lpc* includes to drivers/platform.

The cros-ec-lpc driver lives in drivers/platform because is platform
specific, however there are two includes (cros_ec_lpc_mec.h and
cros_ec_lpc_reg.h) that lives in include/linux/mfd. These two includes
are only used for the platform driver and are not really related to the
MFD subsystem, so move the includes from include/linux/mfd to
drivers/platform/chrome.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Signed-off-by: Benson Leung <bleung@chromium.org>
drivers/platform/chrome/cros_ec_lpc.c
drivers/platform/chrome/cros_ec_lpc_mec.c
drivers/platform/chrome/cros_ec_lpc_mec.h [moved from include/linux/mfd/cros_ec_lpc_mec.h with 96% similarity]
drivers/platform/chrome/cros_ec_lpc_reg.c
drivers/platform/chrome/cros_ec_lpc_reg.h [moved from include/linux/mfd/cros_ec_lpc_reg.h with 94% similarity]