]> git.sur5r.net Git - u-boot/commit
usb: USB storage-specific part ifdef in uclass
authorPaul Kocialkowski <contact@paulk.fr>
Tue, 4 Aug 2015 15:04:12 +0000 (17:04 +0200)
committerMarek Vasut <marex@denx.de>
Wed, 5 Aug 2015 15:20:34 +0000 (17:20 +0200)
commit0fa5999bea643a81072f1e71a2fae976d00018a8
treebe6c92be4a3d19495762c9748ca76ca69584cf07
parentb21144eb76477b9aceb223407d8eb2ac1a134c9f
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>
drivers/usb/host/usb-uclass.c