]> git.ipfire.org Git - people/ms/u-boot.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)
committerHans de Goede <hdegoede@redhat.com>
Wed, 17 Jun 2015 13:22:42 +0000 (15:22 +0200)
commit998b8ab3f61ba3a907a5694cedf81f4cf10b0b5a
treec9dab27678493b75dcba0d694d1a90ae4288b675
parente1abfa437a2917834bcb8a9ee20c1e18bfc466f5
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