Re: [PATCH 10/10] input: joystick: riscv has get_cycles

2017-11-29 Thread Dmitry Torokhov
On Wed, Nov 29, 2017 at 05:55:21PM -0800, Olof Johansson wrote: > Fixes: > > drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not > defined for this architecture. [-Wcpp] > > Signed-off-by: Olof Johansson > Cc: Dmitry Torokhov

Re: [PATCH 10/10] input: joystick: riscv has get_cycles

2017-11-29 Thread Dmitry Torokhov
On Wed, Nov 29, 2017 at 05:55:21PM -0800, Olof Johansson wrote: > Fixes: > > drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not > defined for this architecture. [-Wcpp] > > Signed-off-by: Olof Johansson > Cc: Dmitry Torokhov Applied, thank you. > --- >

[PATCH 10/10] input: joystick: riscv has get_cycles

2017-11-29 Thread Olof Johansson
Fixes: drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] Signed-off-by: Olof Johansson Cc: Dmitry Torokhov --- drivers/input/joystick/analog.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 10/10] input: joystick: riscv has get_cycles

2017-11-29 Thread Olof Johansson
Fixes: drivers/input/joystick/analog.c:176:2: warning: #warning Precise timer not defined for this architecture. [-Wcpp] Signed-off-by: Olof Johansson Cc: Dmitry Torokhov --- drivers/input/joystick/analog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git