Hi, On 5/6/23 04:03, Simon Glass wrote:
This should be declared in a header file so that type-checking works correctly.Add a single declaration to usb.h and remove the others. Signed-off-by: Simon Glass <[email protected]> --- cmd/usb.c | 1 - common/usb.c | 2 +- drivers/usb/host/usb-uclass.c | 1 - include/usb.h | 3 +++ test/boot/bootdev.c | 4 ++-- test/dm/blk.c | 3 --- 6 files changed, 6 insertions(+), 8 deletions(-)
Reviewed-by: Patrick Delaunay <[email protected]> Thanks Patrick

