On 16/1/22 13:23, Bernhard Beschow wrote:
The functions are only used within their respective source files, so no need for exporting.Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- hw/intc/i8259_common.c | 6 +++--- hw/intc/ioapic_common.c | 2 +- include/hw/i386/ioapic_internal.h | 1 - include/hw/isa/i8259_internal.h | 3 --- 4 files changed, 4 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>