i2c: mux: pca954x: move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Mon, 14 Aug 2017 08:23:25 +0000 (10:23 +0200)
committerPeter Rosin <peda@axentia.se>
Mon, 14 Aug 2017 09:54:03 +0000 (11:54 +0200)
commit2be03aedbb6d78929c9e3be0d1850830303744f7
tree7fac0502d3cbd1a7843d9c657d56cfd4257e4997
parent885e42d9c267d23d6001275e819e2448bf59ea8c
i2c: mux: pca954x: 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>
drivers/i2c/muxes/i2c-mux-pca9541.c
drivers/i2c/muxes/i2c-mux-pca954x.c
include/linux/i2c/pca954x.h [deleted file]
include/linux/platform_data/pca954x.h [new file with mode: 0644]