mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
MUSB: Blackfin: remove bfin_vbus_power()
This function does nothing... Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ca0d445250
commit
69b2cd7200
@ -289,10 +289,6 @@ void musb_platform_disable(struct musb *musb)
|
||||
{
|
||||
}
|
||||
|
||||
static void bfin_vbus_power(struct musb *musb, int is_on, int sleeping)
|
||||
{
|
||||
}
|
||||
|
||||
static void bfin_set_vbus(struct musb *musb, int is_on)
|
||||
{
|
||||
int value = musb->config->gpio_vrsel_active;
|
||||
@ -410,7 +406,6 @@ int musb_platform_resume(struct musb *musb)
|
||||
int musb_platform_exit(struct musb *musb)
|
||||
{
|
||||
|
||||
bfin_vbus_power(musb, 0 /*off*/, 1);
|
||||
gpio_free(musb->config->gpio_vrsel);
|
||||
musb_platform_suspend(musb);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user