Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi/dln2: Fix for PM_RUNTIME removal

Signed-off-by: Mark Brown <broonie@kernel.org>

+1 -1
+1 -1
drivers/spi/spi-dln2.c
··· 850 850 } 851 851 #endif /* CONFIG_PM_SLEEP */ 852 852 853 - #ifdef CONFIG_PM_RUNTIME 853 + #ifdef CONFIG_PM 854 854 static int dln2_spi_runtime_suspend(struct device *dev) 855 855 { 856 856 struct spi_master *master = dev_get_drvdata(dev);