diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-09 08:46:16 +0100 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-15 15:53:12 +0100 |
| commit | 77599a696df748e89b8f6610fe8dafaa6986729d (patch) | |
| tree | 2274d327a0ce3e8a32ac9339242c40313a34fec9 /include/hw/misc | |
| parent | e1152f8166d34c36a1dec4c3e6532be02411a1ad (diff) | |
| download | focaccia-qemu-77599a696df748e89b8f6610fe8dafaa6986729d.tar.gz focaccia-qemu-77599a696df748e89b8f6610fe8dafaa6986729d.zip | |
hw/misc/mips: Reduce itc_reconfigure() scope
Previous commit removed the MT*C0(SAAR) helpers which were the only calls to itc_reconfigure() out of hw/, we can reduce its scope and declare it statically. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240209090513.9401-3-philmd@linaro.org>
Diffstat (limited to 'include/hw/misc')
| -rw-r--r-- | include/hw/misc/mips_itu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/misc/mips_itu.h b/include/hw/misc/mips_itu.h index 5caed6cc36..3a7330ac07 100644 --- a/include/hw/misc/mips_itu.h +++ b/include/hw/misc/mips_itu.h @@ -79,6 +79,4 @@ struct MIPSITUState { /* Get ITC Configuration Tag memory region. */ MemoryRegion *mips_itu_get_tag_region(MIPSITUState *itu); -void itc_reconfigure(struct MIPSITUState *tag); - #endif /* MIPS_ITU_H */ |