]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
api: Fix building with CONFIG_API
authorMatthias Fuchs <matthias.fuchs@esd-electronics.com>
Wed, 24 Sep 2008 08:29:37 +0000 (10:29 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 14 Oct 2008 12:58:09 +0000 (14:58 +0200)
commit3d0ea3110f3431b6c2aee882784f39f97b20bce9
tree621139a3aed648af72cd87964d0740b995158ba0
parentabbb90666d5ef2f500ebbedbb80ff60adc56b043
api: Fix building with CONFIG_API

This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.

USB_MAX_STOR_DEV is defined in include/usb.h, but
needed in api/api_storage.c.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
api/api_storage.c