commit | 998b8ab3f61ba3a907a5694cedf81f4cf10b0b5a | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Sun Jun 14 11:58:43 2015 +0200 |
committer | Hans de Goede <hdegoede@redhat.com> | Wed Jun 17 15:22:42 2015 +0200 |
tree | c9dab27678493b75dcba0d694d1a90ae4288b675 | |
parent | e1abfa437a2917834bcb8a9ee20c1e18bfc466f5 [diff] |
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>