diff options
-rw-r--r-- | drivers/nfc/trf7970a.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nfc/trf7970a.c b/drivers/nfc/trf7970a.c index d2ccd2890647..aa6a333b2ead 100644 --- a/drivers/nfc/trf7970a.c +++ b/drivers/nfc/trf7970a.c | |||
@@ -2154,7 +2154,7 @@ static int trf7970a_resume(struct device *dev) | |||
2154 | } | 2154 | } |
2155 | #endif | 2155 | #endif |
2156 | 2156 | ||
2157 | #ifdef CONFIG_PM_RUNTIME | 2157 | #ifdef CONFIG_PM |
2158 | static int trf7970a_pm_runtime_suspend(struct device *dev) | 2158 | static int trf7970a_pm_runtime_suspend(struct device *dev) |
2159 | { | 2159 | { |
2160 | struct spi_device *spi = container_of(dev, struct spi_device, dev); | 2160 | struct spi_device *spi = container_of(dev, struct spi_device, dev); |