From 747b494f12f3489da70fad220001d55851ce9577 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Mathieu-Daud=C3=A9?= Date: Fri, 13 Feb 2026 15:24:01 +0100 Subject: [PATCH] system: Reduce 'arch_init.h' scope MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Better to restrict qemu_arch_available() scope so it is only used by generic system/ code to parse command line options. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Pierrick Bouvier Reviewed-by: Thomas Huth Message-Id: <20260213175032.32121-6-philmd@linaro.org> --- {include/system => system}/arch_init.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {include/system => system}/arch_init.h (100%) diff --git a/include/system/arch_init.h b/system/arch_init.h similarity index 100% rename from include/system/arch_init.h rename to system/arch_init.h