From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-03-14 11:18:02
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>
---
drivers/input/joystick/analog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This is the third resend, I'll take it via the powerpc tree if no one else
does.
cheers
On Wed, Mar 14, 2018 at 10:17:52PM +1100, Michael Ellerman wrote:
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.
quoted hunk
---
drivers/input/joystick/analog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This is the third resend, I'll take it via the powerpc tree if no one else
does.
cheers
From: Michael Ellerman <mpe@ellerman.id.au> Date: 2018-03-16 14:00:33
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>