static int __maybe_unused stm32_hwspinlock_runtime_resume()

in stm32_hwspinlock.c [132:139]


static int __maybe_unused stm32_hwspinlock_runtime_resume(struct device *dev)
{
	struct stm32_hwspinlock *hw = dev_get_drvdata(dev);

	clk_prepare_enable(hw->clk);

	return 0;
}