watchdog: txx9wdt: Add missing clock (un)prepare calls for CCF
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 11 Sep 2016 08:59:57 +0000 (10:59 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 23 Sep 2016 20:36:32 +0000 (22:36 +0200)
commitbfb1f46f69060642d54125cb777c817f3f9436e3
tree9111c4be5a77f1d6c5101010d193e94bfdf475e7
parent619db74a2ba076d33097f49b17c93369666ac6f5
watchdog: txx9wdt: Add missing clock (un)prepare calls for CCF

While the custom minimal TXx9 clock implementation doesn't need or use
clock (un)prepare calls (they are dummies if !CONFIG_HAVE_CLK_PREPARE),
they are mandatory when using the Common Clock Framework.

Hence add them, to prepare for the advent of CCF.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/txx9wdt.c