Re: [U-Boot] [PATCH 1/1] usb: fix wait_ms declaration

2009-06-08 Thread Remy Bohmer
Hi, 2009/6/7 Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com: global inline function need to be define in a header Agreed, but I have a few small remarks below Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com ---  common/usb.c  |   10 --  include/usb.h |

[U-Boot] [PATCH 1/1] usb: fix wait_ms declaration

2009-06-07 Thread Jean-Christophe PLAGNIOL-VILLARD
global inline function need to be define in a header Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- common/usb.c | 10 -- include/usb.h |6 ++ 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/common/usb.c b/common/usb.c index