arm64: zynqmp: Do not protect zynqmp_pmufw_version()
authorMichal Simek <michal.simek@xilinx.com>
Thu, 20 Dec 2018 08:41:12 +0000 (09:41 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Thu, 24 Jan 2019 09:03:42 +0000 (10:03 +0100)
commitf11d4ab0b37ede1eed45540ac4e2384b3d19ce98
treefe67e59ba656a050b6295aaf832a2af15d2b9d25
parent25aed77f5188fef0ff5141569962e2919dd48020
arm64: zynqmp: Do not protect zynqmp_pmufw_version()

There is hard dependency for CLK_ZYNQMP to have zynqmp_pmufw_version()
but also FPGA code is calling this function which is possible to use
without actual CLK_ZYNQMP firmware driver to be enabled.
This patch enables the case where only fixed-clock CLK setup is used.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv8/zynqmp/cpu.c