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

Commit b2a4ec3d authored by Mark Brown's avatar Mark Brown
Browse files

ASoC: da732x: Staticise non-exported symbol soc_codec_dev_da732x

parent ace36d85
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1543,7 +1543,7 @@ static int da732x_remove(struct snd_soc_codec *codec)
	return 0;
}

struct snd_soc_codec_driver soc_codec_dev_da732x = {
static struct snd_soc_codec_driver soc_codec_dev_da732x = {
	.probe			= da732x_probe,
	.remove			= da732x_remove,
	.set_bias_level		= da732x_set_bias_level,