commit | 1a49a0a04d13049ac4f90d2e61da9b29a36962f7 | [log] [tgz] |
---|---|---|
author | JJ Ding <dgdunix@gmail.com> | Thu May 10 22:32:00 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu May 10 22:33:49 2012 -0700 |
tree | 94c9c46c8ccc115e7ae54abc29f2a3e9a36b5676 | |
parent | f4eea7e213e89a7ba1a23378af2f68b914b0f1e3 [diff] |
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 <dgdunix@gmail.com> Reviewed-by: Daniel Kurtz <djkurtz@chromium.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>