i2c: mux: mlxcpld: Move header file out of x86 realm
authorVadim Pasternak <vadimp@nvidia.com>
Fri, 22 Jan 2021 19:24:58 +0000 (21:24 +0200)
committerWolfram Sang <wsa@kernel.org>
Mon, 1 Feb 2021 21:55:41 +0000 (22:55 +0100)
commit98d29c410475f30b627502d845794352e9be4046
tree8bc42ae111ea7dc8a1bfb078c59a7f0d61e46232
parent9ff0c6db0605e9b88360048c8d0a6a9ff647eb71
i2c: mux: mlxcpld: Move header file out of x86 realm

Move out header file from include/linux/platform_data/x86/ to
include/linux/platform_data/, since it does not depend on x86
architecture.

Signed-off-by: Vadim Pasternak <vadimp@nvidia.com>
Reviewed-by: Michael Shych <michaelsh@nvidia.com>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/muxes/i2c-mux-mlxcpld.c
include/linux/platform_data/mlxcpld.h [new file with mode: 0644]
include/linux/platform_data/x86/mlxcpld.h [deleted file]