On 5/12/26 13:34, Peter Maydell wrote:
The omap1.c file includes some functions which used to be used by the
other OMAP SoC variants which we removed a while ago, but which we
missed when doing that removal. They have no callers, so we can
delete them.
This code was the last user of hw_error() in this file, so we
can also remove the hw-error.h include.
Signed-off-by: Peter Maydell<[email protected]>
---
hw/arm/omap1.c | 26 --------------------------
include/hw/arm/omap.h | 3 ---
2 files changed, 29 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~