Re: [PATCH 1/3] gpio: max732x: move header file out of I2C realm

2017-05-23 Thread Linus Walleij
On Sun, May 21, 2017 at 11:57 PM, Wolfram Sang wrote: > include/linux/i2c is not for client devices. Move the header file to a > more appropriate location. > > Signed-off-by: Wolfram Sang Patch applied. Yours, Linus Walleij

[PATCH 1/3] gpio: max732x: move header file out of I2C realm

2017-05-21 Thread Wolfram Sang
include/linux/i2c is not for client devices. Move the header file to a more appropriate location. Signed-off-by: Wolfram Sang --- arch/arm/mach-pxa/littleton.c | 2 +- drivers/gpio/gpio-max732x.c| 2 +- include/linux/{i2c => platform_data}/max732x.h | 0 3 fi