soc: xilinx: vcu: drop coreclk from struct xlnx_vcu
authorMichael Tretter <m.tretter@pengutronix.de>
Thu, 21 Jan 2021 07:16:47 +0000 (08:16 +0100)
committerStephen Boyd <sboyd@kernel.org>
Tue, 9 Feb 2021 02:31:24 +0000 (18:31 -0800)
commitd387dfc43cba91d010eeab17403e03a525e16b0f
treebad4680c5e7543c16b61a2a913d9811eb27607a1
parent0225daea08141b1dff681502d5af70b71e8b11ec
soc: xilinx: vcu: drop coreclk from struct xlnx_vcu

The coreclk field is newer read after being written to xlnx_vcu. Remove
the coreclk field from the xlnx_vcu and use a function local variable
instead.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/20210121071659.1226489-4-m.tretter@pengutronix.de
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/soc/xilinx/xlnx_vcu.c