[PATCH 3/3] hw/timer/sh_timer: Remove unused 'qemu/timer.h' include

Philippe Mathieu-Daudé posted 3 patches 5 years, 9 months ago
[PATCH 3/3] hw/timer/sh_timer: Remove unused 'qemu/timer.h' include
Posted by Philippe Mathieu-Daudé 5 years, 9 months ago
Remove unused "qemu/timer.h" include.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/timer/sh_timer.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/timer/sh_timer.c b/hw/timer/sh_timer.c
index b9cbacf5d0..bb0e1c8ee5 100644
--- a/hw/timer/sh_timer.c
+++ b/hw/timer/sh_timer.c
@@ -13,7 +13,6 @@
 #include "hw/hw.h"
 #include "hw/irq.h"
 #include "hw/sh4/sh.h"
-#include "qemu/timer.h"
 #include "hw/timer/tmu012.h"
 #include "hw/ptimer.h"
 
-- 
2.21.3


Re: [PATCH 3/3] hw/timer/sh_timer: Remove unused 'qemu/timer.h' include
Posted by Richard Henderson 5 years, 9 months ago
On 5/4/20 1:16 AM, Philippe Mathieu-Daudé wrote:
> Remove unused "qemu/timer.h" include.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  hw/timer/sh_timer.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~