USB: host: ohci-at91: remove useless uclk clock
commit963719c872a3a71bc2abf4d4899392acab93b09d
authorBoris Brezillon <boris.brezillon@free-electrons.com>
Tue, 17 Mar 2015 16:15:47 +0000 (17 17:15 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Mar 2015 09:54:01 +0000 (26 10:54 +0100)
tree5986a1a33f60f78340a27de1f82819035ad31125
parent85e8a0b9a3565c8185068b6b340cc8c6dd4411f4
USB: host: ohci-at91: remove useless uclk clock

Now that the system clock driver is forwarding set_rate request to the
parent clock, we can safely call clk_set_rate on the system clk and get
rid of the uclk field.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-at91.c