commit | d449dd33d80ea6631609f86263eb797c7382539b | [log] [tgz] |
---|---|---|
author | Paul Kocialkowski <contact@paulk.fr> | Tue Aug 04 17:04:12 2015 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Aug 05 17:20:34 2015 +0200 |
tree | be6c92be4a3d19495762c9748ca76ca69584cf07 | |
parent | a5310eba7371412f715c9d783a5faecd8794303a [diff] |
usb: USB storage-specific part ifdef in uclass usb_stor_reset is only defined when USB storage support is enabled, thus the function is not declared when such support is missing. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>