Unverified Commit a1321811 authored by Charles Keepax's avatar Charles Keepax Committed by Mark Brown
Browse files

ASoC: cs42l43: Add missing static from runtime PM ops

parent 0a59f241
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2251,7 +2251,7 @@ static int cs42l43_codec_runtime_resume(struct device *dev)
	return 0;
}

DEFINE_RUNTIME_DEV_PM_OPS(cs42l43_codec_pm_ops, NULL,
static DEFINE_RUNTIME_DEV_PM_OPS(cs42l43_codec_pm_ops, NULL,
				 cs42l43_codec_runtime_resume, NULL);

static const struct platform_device_id cs42l43_codec_id_table[] = {