Re: [U-Boot] [PATCH 4/4] mx6sabresd: Include header file

2017-10-02 Thread Stefano Babic
On 27/09/2017 18:12, Diego Dorta wrote: > When compiling with W=1 the following warning is observed: > > board/freescale/mx6sabresd/mx6sabresd.c:586:5: warning: no previous prototype > for ‘board_ehci_hcd_init’ [-Wmissing-prototypes] int board_ehci_hcd_init(int > port) > > Remove this warning

[U-Boot] [PATCH 4/4] mx6sabresd: Include header file

2017-09-27 Thread Diego Dorta
When compiling with W=1 the following warning is observed: board/freescale/mx6sabresd/mx6sabresd.c:586:5: warning: no previous prototype for ‘board_ehci_hcd_init’ [-Wmissing-prototypes] int board_ehci_hcd_init(int port) Remove this warning by including . Signed-off-by: Diego Dorta