USB: musb: Kill board specific pinmux from driver file
authorAnand Gadiyar <gadiyar@ti.com>
Thu, 8 Jul 2010 11:04:54 +0000 (16:34 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 10 Aug 2010 21:35:39 +0000 (14:35 -0700)
commit3f1a9696aed6814601078f3c430a8e432b625c66
tree3c282dd21282f1c8d4e476074160a2e9d5c1ed4e
parent5aa4af2ce6a0643f32d47f21614817792b85298d
USB: musb: Kill board specific pinmux from driver file

This pin-muxing is best done in the board files. The driver should
not do this explicitly.

Also, this code causes a warning to be thrown when OMAP2430 and OMAP3/4
support are enabled in the same kernel.

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/omap2430.c