On 01/10/2025 10.21, Philippe Mathieu-Daudé wrote:
Nothing in "system/ram_addr.h" requires definitions fromi
s/fromi/from/
"exec/cpu-common.h", remove it.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
include/system/ram_addr.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/system/ram_addr.h b/include/system/ram_addr.h
index 6b528338efc..f74a0ecee56 100644
--- a/include/system/ram_addr.h
+++ b/include/system/ram_addr.h
@@ -29,7 +29,6 @@
#include "qemu/rcu.h"
#include "exec/hwaddr.h"
-#include "exec/cpu-common.h"
extern uint64_t total_dirty_pages;
With the typo fixed:
Reviewed-by: Thomas Huth <[email protected]>