aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/muxes
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2017-08-14 10:23:26 +0200
committerPeter Rosin <peda@axentia.se>2017-08-14 11:54:10 +0200
commit26b1083b4545ec08a7dcfe759323a2e142d60d75 (patch)
tree099f1e5768a931483649fb6db92c7b8d83103efc /drivers/i2c/muxes
parenti2c: mux: pca954x: move header file out of I2C realm (diff)
downloadlinux-dev-26b1083b4545ec08a7dcfe759323a2e142d60d75.tar.xz
linux-dev-26b1083b4545ec08a7dcfe759323a2e142d60d75.zip
i2c: mux: mlxcpld: move header file out of I2C realm
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Peter Rosin <peda@axentia.se>
Diffstat (limited to 'drivers/i2c/muxes')
-rw-r--r--drivers/i2c/muxes/i2c-mux-mlxcpld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/i2c/muxes/i2c-mux-mlxcpld.c b/drivers/i2c/muxes/i2c-mux-mlxcpld.c
index e53f2abd1350..12ad8d65faf6 100644
--- a/drivers/i2c/muxes/i2c-mux-mlxcpld.c
+++ b/drivers/i2c/muxes/i2c-mux-mlxcpld.c
@@ -38,9 +38,9 @@
#include <linux/io.h>
#include <linux/init.h>
#include <linux/module.h>
+#include <linux/platform_data/x86/mlxcpld.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
-#include <linux/i2c/mlxcpld.h>
#define CPLD_MUX_MAX_NCHANS 8