Re: [U-Boot] [PATCH] api: Fix building with CONFIG_API

2008-10-14 Thread Wolfgang Denk
Dear Matthias Fuchs, In message <[EMAIL PROTECTED]> you wrote: > This patch fixes building with CONFIG_API and COFNIG_USB_STORAGE. > > USB_MAX_STOR_DEV is defined in include/usb.h, but > needed in api/api_storage.c. > > Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> > --- > api/api_storage.c

[U-Boot] [PATCH] api: Fix building with CONFIG_API

2008-09-24 Thread Matthias Fuchs
This patch fixes building with CONFIG_API and COFNIG_USB_STORAGE. USB_MAX_STOR_DEV is defined in include/usb.h, but needed in api/api_storage.c. Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]> --- api/api_storage.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/api