diff mbox series

[v2,2/4] hw/sparc64: Remove unused "hw/char/serial.h" header

Message ID 20210428141655.387430-3-f4bug@amsat.org (mailing list archive)
State New, archived
Headers show
Series hw/sparc: Kconfig fixes to build with/without the leon3 machine | expand

Commit Message

Philippe Mathieu-Daudé April 28, 2021, 2:16 p.m. UTC
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 hw/sparc64/sparc64.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Frederic Konrad April 28, 2021, 2:34 p.m. UTC | #1
Le 4/28/21 à 4:16 PM, Philippe Mathieu-Daudé a écrit :
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Reviewed-by: KONRAD Frederic <frederic.konrad@adacore.com>

> ---
>   hw/sparc64/sparc64.c | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/hw/sparc64/sparc64.c b/hw/sparc64/sparc64.c
> index e3f9219a101..cc0b9bd30d3 100644
> --- a/hw/sparc64/sparc64.c
> +++ b/hw/sparc64/sparc64.c
> @@ -26,7 +26,6 @@
>   #include "qemu/osdep.h"
>   #include "cpu.h"
>   #include "hw/boards.h"
> -#include "hw/char/serial.h"
>   #include "hw/sparc/sparc64.h"
>   #include "qemu/timer.h"
>   #include "sysemu/reset.h"
>
Richard Henderson April 28, 2021, 2:49 p.m. UTC | #2
On 4/28/21 7:16 AM, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
> ---
>   hw/sparc64/sparc64.c | 1 -
>   1 file changed, 1 deletion(-)

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

r~
diff mbox series

Patch

diff --git a/hw/sparc64/sparc64.c b/hw/sparc64/sparc64.c
index e3f9219a101..cc0b9bd30d3 100644
--- a/hw/sparc64/sparc64.c
+++ b/hw/sparc64/sparc64.c
@@ -26,7 +26,6 @@ 
 #include "qemu/osdep.h"
 #include "cpu.h"
 #include "hw/boards.h"
-#include "hw/char/serial.h"
 #include "hw/sparc/sparc64.h"
 #include "qemu/timer.h"
 #include "sysemu/reset.h"