musb: am35x: fix compile error due to control apis
commita9c037832e9624e240c5019d0e01e9352e8f638d
authorAjay Kumar Gupta <ajay.gupta@ti.com>
Tue, 7 Dec 2010 13:27:45 +0000 (7 18:57 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 10 Dec 2010 08:21:35 +0000 (10 10:21 +0200)
tree5d90651ae6180954029a66f074cdec01b5b95d5c
parent46960847ef3e3a5d395121635fffa5dfa279fe90
musb: am35x: fix compile error due to control apis

commit 4814ced5116e3b73dc4f63eec84999739fc8ed11 (OMAP:
control: move plat-omap/control.h to mach-omap2/control.h)
moved <plat/control.h> to another location, preventing
drivers from accessing it, so we need to pass function
pointers from arch code to be able to talk to internal
PHY on AM35x.

Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
arch/arm/mach-omap2/usb-musb.c
arch/arm/plat-omap/include/plat/usb.h
drivers/usb/musb/am35x.c