
12 May
2023
12 May
'23
3:56 p.m.
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 sjg@chromium.org
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 patrick.delaunay@foss.st.com
Thanks Patrick