diff options
-rw-r--r-- | sound/soc/rockchip/rockchip_spdif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/rockchip/rockchip_spdif.c b/sound/soc/rockchip/rockchip_spdif.c index 5a806da89f42..274599d4caeb 100644 --- a/sound/soc/rockchip/rockchip_spdif.c +++ b/sound/soc/rockchip/rockchip_spdif.c | |||
@@ -54,7 +54,7 @@ static const struct of_device_id rk_spdif_match[] = { | |||
54 | }; | 54 | }; |
55 | MODULE_DEVICE_TABLE(of, rk_spdif_match); | 55 | MODULE_DEVICE_TABLE(of, rk_spdif_match); |
56 | 56 | ||
57 | static int rk_spdif_runtime_suspend(struct device *dev) | 57 | static int __maybe_unused rk_spdif_runtime_suspend(struct device *dev) |
58 | { | 58 | { |
59 | struct rk_spdif_dev *spdif = dev_get_drvdata(dev); | 59 | struct rk_spdif_dev *spdif = dev_get_drvdata(dev); |
60 | 60 | ||
@@ -64,7 +64,7 @@ static int rk_spdif_runtime_suspend(struct device *dev) | |||
64 | return 0; | 64 | return 0; |
65 | } | 65 | } |
66 | 66 | ||
67 | static int rk_spdif_runtime_resume(struct device *dev) | 67 | static int __maybe_unused rk_spdif_runtime_resume(struct device *dev) |
68 | { | 68 | { |
69 | struct rk_spdif_dev *spdif = dev_get_drvdata(dev); | 69 | struct rk_spdif_dev *spdif = dev_get_drvdata(dev); |
70 | int ret; | 70 | int ret; |