watchdog: ath79_wdt: convert to use devm_clk_get
authorGabor Juhos <juhosg@openwrt.org>
Thu, 27 Dec 2012 14:38:24 +0000 (15:38 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 1 Mar 2013 11:21:24 +0000 (12:21 +0100)
commit5071a88475b758bf60191e53606463fe7290c71e
tree2aadc6ed5d1daf3637673516cc6a905513400ee5
parent41adafbd7b84c66c2cdad857b75d5d45032310a6
watchdog: ath79_wdt: convert to use devm_clk_get

Use the managed version of clk_get. This allows to
simplify the probe/remove functions a bit.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/ath79_wdt.c