]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:00:58 +0000 (08:00 +0200)
commitba3db0392fe97a2e912949c5550a945b41c53f58
treee59172a4792a2dbea2f11b8ec1b4dd55aaebe196
parent6cdb8de06bfb9a07bbd2be0439a495c9e87e4a74
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