On 2017-08-13 15:58, Wolfram Sang wrote: > include/linux/i2c is to be deprecated, so move these header files only > including platform_data to the better suited platform_data directory. > > Peter, I know I said I'll include these two patches in my for-current branch. > But other of these cleanup patches missed this merge window as well. Since I > need to wait for the next merge window anyhow (until all patches are applied), > I'd think these patches can also go the proper way via your tree, too. > > These patches are rebased to v4.13-rc4 (let me know if you prefer a > different base). The PCA patch has an empty line removed now. Right, no problem, I'm happy to take them. However, I know I probably acked them and all, but now that I look at them I see that the #includes are no longer sorted. Care to fix that? Cheers, peda > Thanks, > > Wolfram > > > Wolfram Sang (2): > i2c: mux: pca954x: move header file out of I2C realm > i2c: mux: mlxcpld: move header file out of I2C realm > > drivers/i2c/muxes/i2c-mux-mlxcpld.c | 2 +- > drivers/i2c/muxes/i2c-mux-pca9541.c | 3 +-- > drivers/i2c/muxes/i2c-mux-pca954x.c | 2 +- > include/linux/{i2c => platform_data}/pca954x.h | 0 > include/linux/{i2c => platform_data/x86}/mlxcpld.h | 0 > 5 files changed, 3 insertions(+), 4 deletions(-) > rename include/linux/{i2c => platform_data}/pca954x.h (100%) > rename include/linux/{i2c => platform_data/x86}/mlxcpld.h (100%) >