mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 04:45:05 +00:00
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: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
f722406faa
commit
cde11aedea
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user