aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/seq/seq_memory.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-06-16 16:15:24 +0200
committerTakashi Iwai <tiwai@suse.de>2017-06-16 16:19:03 +0200
commit9c8ddd105e3a420b1fe2e0a4c4767b9dd67081a9 (patch)
treeb92efdfa4867dffd8dc728d1293d0aae1f520851 /sound/core/seq/seq_memory.c
parentALSA: pcm: Follow standard EXPORT_SYMBOL() declarations (diff)
downloadlinux-dev-9c8ddd105e3a420b1fe2e0a4c4767b9dd67081a9.tar.xz
linux-dev-9c8ddd105e3a420b1fe2e0a4c4767b9dd67081a9.zip
ALSA: seq: Follow standard EXPORT_SYMBOL() declarations
Just a tidy up to follow the standard EXPORT_SYMBOL*() declarations in order to improve grep-ability. - Move EXPORT_SYMBOL*() to the position right after its definition - Remove superfluous blank line before EXPORT_SYMBOL*() lines Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core/seq/seq_memory.c')
-rw-r--r--sound/core/seq/seq_memory.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/core/seq/seq_memory.c b/sound/core/seq/seq_memory.c
index d4c61ec9be13..512f78ea13da 100644
--- a/sound/core/seq/seq_memory.c
+++ b/sound/core/seq/seq_memory.c
@@ -118,7 +118,6 @@ int snd_seq_dump_var_event(const struct snd_seq_event *event,
}
return 0;
}
-
EXPORT_SYMBOL(snd_seq_dump_var_event);
@@ -169,7 +168,6 @@ int snd_seq_expand_var_event(const struct snd_seq_event *event, int count, char
&buf);
return err < 0 ? err : newlen;
}
-
EXPORT_SYMBOL(snd_seq_expand_var_event);
/*