commit | 74934dfe3ada287f7212b90d66db2a71ebc27e5a | [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 | 836e3348080cd54075742f933fde51e6933b99ce [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>