Hi Jeffrey, On Tue, Jan 12, 2016 at 10:23 PM, Jeffrey Lin <yajohn@xxxxxxxxx> wrote: > This patch is porting Raydium I2C touch driver. Developer can enable raydium touch driver by modifying define > "CONFIG_TOUCHSCREEN_RM_TS". > > Signed-off-by: jeffrey lin <jeffrey.lin@xxxxxxxxxx> > --- > drivers/input/touchscreen/rm31100_ts.c | 571 +++++++++++++++------------------ > 1 file changed, 250 insertions(+), 321 deletions(-) > > diff --git a/drivers/input/touchscreen/rm31100_ts.c b/drivers/input/touchscreen/rm31100_ts.c > index 941fa31..e024bbd 100644 > --- a/drivers/input/touchscreen/rm31100_ts.c > +++ b/drivers/input/touchscreen/rm31100_ts.c > @@ -28,14 +28,11 @@ > #include <linux/slab.h> > #include <linux/interrupt.h> > #include <linux/irq.h> > -#include <linux/gpio.h> > +#include <linux/gpio/consumer.h> You seem to have sent incremental patch against the version you sent earlier. Until the driver gets accepted into mainline kernel please continue posting the full patch. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html