]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: musb: Remove unused sunxi_musb_exit method
authorHans de Goede <hdegoede@redhat.com>
Sun, 14 Jun 2015 09:58:43 +0000 (11:58 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:50 +0000 (00:42 +0200)
commit283ac806305c718aa70844b9fb087ea6e657dcbd
tree430afd35b4b354db99b9a4ce6d4ad7235c3ad91c
parent7fa736e98a6babfe56ff150c09cd79885399db41
sunxi: musb: Remove unused sunxi_musb_exit method

Remove the unused sunxi_musb_exit method, there is no code in u-boot
calling the exit method, and our implementation was broken as it did
not disable the clocks and asserted reset.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
drivers/usb/musb-new/sunxi.c