Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Wolfram Sang and committed by
Peter Rosin
26b1083b 2be03aed

+1 -1
+1 -1
drivers/i2c/muxes/i2c-mux-mlxcpld.c
··· 38 38 #include <linux/io.h> 39 39 #include <linux/init.h> 40 40 #include <linux/module.h> 41 + #include <linux/platform_data/x86/mlxcpld.h> 41 42 #include <linux/platform_device.h> 42 43 #include <linux/slab.h> 43 - #include <linux/i2c/mlxcpld.h> 44 44 45 45 #define CPLD_MUX_MAX_NCHANS 8 46 46
include/linux/i2c/mlxcpld.h include/linux/platform_data/x86/mlxcpld.h