static int __maybe_unused stm32_hwspinlock_runtime_suspend()

in stm32_hwspinlock.c [123:130]


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

	clk_disable_unprepare(hw->clk);

	return 0;
}