On 1/28/25 02:45, Peter Maydell wrote:
The SDCardClass has an 'enable' method, but nothing actually invokes it.
The underlying implementation is sd_enable(), which is documented
in sdcard_legacy.h as something that should not be used and was only
present for the benefit of the now-removed nseries boards. Unlike
all the other method pointers in SDCardClass, this one doesn't have
an sdbus_foo() function wrapper in hw/sd/core.c.
Remove the unused method.
Signed-off-by: Peter Maydell<peter.mayd...@linaro.org>
---
include/hw/sd/sd.h | 1 -
hw/sd/sd.c | 1 -
2 files changed, 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~