spi: spi-txx9: Add missing clock (un)prepare calls for CCF
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 18 Aug 2016 17:34:25 +0000 (19:34 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 18 Aug 2016 18:10:39 +0000 (19:10 +0100)
commit1ae4ec1415a98328b693db588f30d02bb3ca73aa
tree0d8015d019cecfebd54b815d559b370ed20f4061
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
spi: spi-txx9: 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>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-txx9.c