Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26b1083b authored by Wolfram Sang's avatar Wolfram Sang Committed by Peter Rosin
Browse files

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: default avatarWolfram Sang <wsa@the-dreams.de>
Signed-off-by: default avatarPeter Rosin <peda@axentia.se>
parent 2be03aed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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