OSDN Git Service

usb: ehci: mv_ehci: remove unused clock
authorChao Xie <chao.xie@marvell.com>
Mon, 25 Mar 2013 07:06:54 +0000 (03:06 -0400)
committerFelipe Balbi <balbi@ti.com>
Tue, 2 Apr 2013 08:42:46 +0000 (11:42 +0300)
commitb7e159c29548955a61439d217181d67409bf8bc7
treed1744c05ef7b1b6ae79086bcfdb7ddd92ef3e2f9
parentdf18fedae5f7870529a0a79193e24e67f56d995e
usb: ehci: mv_ehci: remove unused clock

The origianl understanding of clock is wrong. The EHCI controller
only have one clock input.
Passing clock name by pdata is wrong. The clock is defined by device
iteself.

Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/host/ehci-mv.c