|
@@ -1536,7 +1536,7 @@ static int rsnd_remove(struct platform_device *pdev)
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-static int rsnd_suspend(struct device *dev)
|
|
|
+static int __maybe_unused rsnd_suspend(struct device *dev)
|
|
|
{
|
|
|
struct rsnd_priv *priv = dev_get_drvdata(dev);
|
|
|
|
|
@@ -1545,7 +1545,7 @@ static int rsnd_suspend(struct device *dev)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static int rsnd_resume(struct device *dev)
|
|
|
+static int __maybe_unused rsnd_resume(struct device *dev)
|
|
|
{
|
|
|
struct rsnd_priv *priv = dev_get_drvdata(dev);
|
|
|
|