diff mbox series

[11/28] accel/tcg: Include tcg.h in tcg-runtime.c

Message ID 20191212040039.26546-12-richard.henderson@linaro.org
State Superseded
Headers show
Series cputlb: Remove support for MMU_MODE*_SUFFIX | expand

Commit Message

Richard Henderson Dec. 12, 2019, 4 a.m. UTC
Code movement in an upcoming patch will show that this file
was implicitly depending on tcg.h being included indirectly.

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

---
 accel/tcg/tcg-runtime.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1

Comments

Alex Bennée Dec. 12, 2019, 12:28 p.m. UTC | #1
Richard Henderson <richard.henderson@linaro.org> writes:

> Code movement in an upcoming patch will show that this file

> was implicitly depending on tcg.h being included indirectly.

>

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


Reviewed-by: Alex Bennée <alex.bennee@linaro.org>


> ---

>  accel/tcg/tcg-runtime.c | 1 +

>  1 file changed, 1 insertion(+)

>

> diff --git a/accel/tcg/tcg-runtime.c b/accel/tcg/tcg-runtime.c

> index 8a1e408e31..4ab2cf7f75 100644

> --- a/accel/tcg/tcg-runtime.c

> +++ b/accel/tcg/tcg-runtime.c

> @@ -30,6 +30,7 @@

>  #include "exec/tb-lookup.h"

>  #include "disas/disas.h"

>  #include "exec/log.h"

> +#include "tcg.h"

>  

>  /* 32-bit helpers */



-- 
Alex Bennée
diff mbox series

Patch

diff --git a/accel/tcg/tcg-runtime.c b/accel/tcg/tcg-runtime.c
index 8a1e408e31..4ab2cf7f75 100644
--- a/accel/tcg/tcg-runtime.c
+++ b/accel/tcg/tcg-runtime.c
@@ -30,6 +30,7 @@ 
 #include "exec/tb-lookup.h"
 #include "disas/disas.h"
 #include "exec/log.h"
+#include "tcg.h"
 
 /* 32-bit helpers */