Re: [RESEND PATCH] Input: joystick/analog - Use get_cycles() on PPC
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-03-16 14:00:33
Also in:
linuxppc-dev, lkml
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2018-03-16 14:00:33
Also in:
linuxppc-dev, lkml
Dmitry Torokhov [off-list ref] writes:
On Wed, Mar 14, 2018 at 10:17:52PM +1100, Michael Ellerman wrote:quoted
The analog joystick driver spits a warning at us: drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. PPC has get_cycles() so use that. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>Applied, thank you.
Thanks. cheers