commit | 18b08c55a9b04c8783420fb6657599ad724459cc | [log] [tgz] |
---|---|---|
author | Deepak Saxena <dsaxena@linaro.org> | Thu Aug 04 23:39:58 2011 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Aug 04 23:41:36 2011 -0700 |
tree | 027ee407c01ca41d5a2ac2b0746668571e634937 | |
parent | 4fecc2088fd02ce8a6580c12822987d3c6bab9b8 [diff] |
Input: remove CLOCK_TICK_RATE from analog joystick driver The analog joystick driver is written for x86 systems. This patch updates it to use the PIT_TICK_RATE value instead of CLOCK_TICK_RATE as they are equivalent on x86 and we want to deprecate the latter. Signed-off-by: Deepak Saxena <dsaxena@linaro.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>