Re: [PATCH] drivers: input: Include appropriate header file in cyttsp_i2c_common.c

2013-12-15 Thread Dmitry Torokhov
On Sat, Dec 14, 2013 at 12:57:52PM -0800, Josh Triplett wrote: > On Sat, Dec 14, 2013 at 07:08:22PM +0530, Rashika Kheria wrote: > > This patch includes appropriate header file cyttsp4_core.h in > > touchscreen/cyttsp_i2c_common.c because functions > > cyttsp_i2c_read_block_data() and cyttsp_i2c_wr

Re: [PATCH] drivers: input: Include appropriate header file in cyttsp_i2c_common.c

2013-12-14 Thread Josh Triplett
On Sat, Dec 14, 2013 at 07:08:22PM +0530, Rashika Kheria wrote: > This patch includes appropriate header file cyttsp4_core.h in > touchscreen/cyttsp_i2c_common.c because functions > cyttsp_i2c_read_block_data() and cyttsp_i2c_write_block_data() > have their prototype declaration in cyttsp4_core.h.

[PATCH] drivers: input: Include appropriate header file in cyttsp_i2c_common.c

2013-12-14 Thread Rashika Kheria
This patch includes appropriate header file cyttsp4_core.h in touchscreen/cyttsp_i2c_common.c because functions cyttsp_i2c_read_block_data() and cyttsp_i2c_write_block_data() have their prototype declaration in cyttsp4_core.h. Thus, it also eliminates the following warning in cyttsp_i2c_common.c: