Skip to content

Commit

Permalink
i2c: mux: mlxcpld: move header file out of I2C realm
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wolfram Sang authored and Peter Rosin committed Aug 14, 2017
1 parent 2be03ae commit 26b1083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/muxes/i2c-mux-mlxcpld.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.

0 comments on commit 26b1083

Please sign in to comment.