From: Rashika Kheria Date: Sun, 15 Dec 2013 10:25:55 +0000 (-0800) Subject: Input: cyttsp - include appropriate header file in cyttsp_i2c_common.c X-Git-Tag: v3.14-rc1~104^2^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9222d8069d3812400b346ebd5fea47b8b88c7cbf;p=pandora-kernel.git Input: cyttsp - include appropriate header file in cyttsp_i2c_common.c Include cyttsp4_core.h in cyttsp_i2c_common.c to ensure that implementation of cyttsp_i2c_read_block_data() and cyttsp_i2c_write_block_data() match what the rest of the driver expects. Thus, it also eliminates the following warning in cyttsp_i2c_common.c: drivers/input/touchscreen/cyttsp_i2c_common.c:34:5: warning: no previous prototype for ‘cyttsp_i2c_read_block_data’ [-Wmissing-prototypes] drivers/input/touchscreen/cyttsp_i2c_common.c:64:5: warning: no previous prototype for ‘cyttsp_i2c_write_block_data’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed