On Fri, 19 Jul 2024 at 19:11, Philippe Mathieu-Daudé <phi...@linaro.org> wrote: > > We'll soon use pl011_loopback_enabled() and pl011_loopback_tx() > from functions defined before their declarations. In order to > avoid forward-declaring them, move them around. > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > hw/char/pl011.c | 66 ++++++++++++++++++++++++------------------------- > 1 file changed, 33 insertions(+), 33 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM