From: JJ Ding Date: Fri, 11 May 2012 05:32:00 +0000 (-0700) Subject: Input: synaptics - fix compile warning X-Git-Tag: v3.5-rc1~103^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a49a0a04d13049ac4f90d2e61da9b29a36962f7;p=pandora-kernel.git Input: synaptics - fix compile warning Move synaptics_invert_y() inside CONFIG_MOUSE_PS2_SYNAPTICS to get rid of a compile warning when we don't select synaptics support. drivers/input/mouse/synaptics.c:53:12: warning: ‘synaptics_invert_y’ defined but not used [-Wunused-function] Signed-off-by: JJ Ding Reviewed-by: Daniel Kurtz Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed