mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 22:51:42 +00:00
ASoC: mop500: Staticize non exported struct
The mop500_dai_links struct is not used outside of mop500.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
cdeecac4e6
commit
aba1e2be4d
@ -27,7 +27,7 @@
|
||||
#include "mop500_ab8500.h"
|
||||
|
||||
/* Define the whole MOP500 soundcard, linking platform to the codec-drivers */
|
||||
struct snd_soc_dai_link mop500_dai_links[] = {
|
||||
static struct snd_soc_dai_link mop500_dai_links[] = {
|
||||
{
|
||||
.name = "ab8500_0",
|
||||
.stream_name = "ab8500_0",
|
||||
|
Loading…
Reference in New Issue
Block a user