The analog joystick driver is written for x86 systems. This
patch updates it to use the the PIT_TICK_RATE value instead
of CLOCK_TICK_RATE as they are equivalent on x86 and we
want to depecrate the later.
Signed-off-by: Deepak Saxena <redacted>
---
drivers/input/joystick/analog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
On Wed, Aug 03, 2011 at 05:06:40PM -0700, Deepak Saxena wrote:
The analog joystick driver is written for x86 systems. This
patch updates it to use the the PIT_TICK_RATE value instead
of CLOCK_TICK_RATE as they are equivalent on x86 and we
want to depecrate the later.
Signed-off-by: Deepak Saxena <redacted>