Skip to content

Commit

Permalink
spi/dln2: Fix for PM_RUNTIME removal
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Mark Brown committed Dec 23, 2014
1 parent 3d8c0d7 commit b2e5dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/spi-dln2.c
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,7 @@ static int dln2_spi_resume(struct device *dev)
}
#endif /* CONFIG_PM_SLEEP */

#ifdef CONFIG_PM_RUNTIME
#ifdef CONFIG_PM
static int dln2_spi_runtime_suspend(struct device *dev)
{
struct spi_master *master = dev_get_drvdata(dev);
Expand Down

0 comments on commit b2e5dda

Please sign in to comment.