Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab4f3b59 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Revert "drm/msm: mark PM functions as __maybe_unused""

parents e4748512 f10f1247
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1258,7 +1258,7 @@ static int dpu_dev_remove(struct platform_device *pdev)
	return 0;
}

static int __maybe_unused dpu_runtime_suspend(struct device *dev)
static int dpu_runtime_suspend(struct device *dev)
{
	int rc = -1;
	struct platform_device *pdev = to_platform_device(dev);
@@ -1285,7 +1285,7 @@ static int __maybe_unused dpu_runtime_suspend(struct device *dev)
	return rc;
}

static int __maybe_unused dpu_runtime_resume(struct device *dev)
static int dpu_runtime_resume(struct device *dev)
{
	int rc = -1;
	struct platform_device *pdev = to_platform_device(dev);