diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-08-14 10:23:26 +0200 |
---|---|---|
committer | Peter Rosin <peda@axentia.se> | 2017-08-14 11:54:10 +0200 |
commit | 26b1083b4545ec08a7dcfe759323a2e142d60d75 (patch) | |
tree | 099f1e5768a931483649fb6db92c7b8d83103efc /drivers/i2c | |
parent | 2be03aedbb6d78929c9e3be0d1850830303744f7 (diff) | |
download | linux-26b1083b4545ec08a7dcfe759323a2e142d60d75.tar.bz2 |
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')
-rw-r--r-- | drivers/i2c/muxes/i2c-mux-mlxcpld.c | 2 |
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 |