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

Commit cde11aed authored by Lars-Peter Clausen's avatar Lars-Peter Clausen Committed by Mark Brown
Browse files

ASoC: davinci-sffsdr: Staticize non exported struct



The pcm3008_codec struct is not used outside of davinci-sffsdr.c, so make it
static.

Signed-off-by: default avatarLars-Peter Clausen <lars@metafoo.de>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent f722406f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ static struct pcm3008_setup_data sffsdr_pcm3008_setup = {
	.pdda_pin = GPIO(38),
};

struct platform_device pcm3008_codec = {
static struct platform_device pcm3008_codec = {
		.name = "pcm3008-codec",
		.id = 0,
		.dev = {