]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/arm/omap1: Remove unused omap_uwire_attach() method
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 14 Oct 2024 16:05:49 +0000 (17:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 15 Oct 2024 10:29:45 +0000 (11:29 +0100)
commita5397d805d519f89f35bade33c197cf7e460c9c3
tree71aafef411cd19c22b02e89cff1d1cc1ef119cb6
parent35152940b78e478b97051a799cb6275ced03192e
hw/arm/omap1: Remove unused omap_uwire_attach() method

The recently removed 'cheetah' machine was the single user
of the omap_uwire_attach() method. Remove it altogether with
the uWireSlave structure. Replace the send/receive callbacks
by Unimplemented logging.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/omap1.c
include/hw/arm/omap.h