i2c: mux: mlxcpld: move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Mon, 14 Aug 2017 08:23:26 +0000 (10:23 +0200)
committerPeter Rosin <peda@axentia.se>
Mon, 14 Aug 2017 09:54:10 +0000 (11:54 +0200)
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>
drivers/i2c/muxes/i2c-mux-mlxcpld.c
include/linux/platform_data/x86/mlxcpld.h [moved from include/linux/i2c/mlxcpld.h with 100% similarity]

index e53f2ab..12ad8d6 100644 (file)
@@ -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