Hi,
this is a very very trivial cleanup, to make EXPORT_SYMBOL*() declarations to follow the standard style, i.e. right after the function definition.
I didn't want this kind of changes because it makes the backporting difficult in general. But recently we've changed the core stuff enough, so it's good time to stir the code for this kind of cleanups, too.
thanks,
Takashi
===
Takashi Iwai (4): ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations ALSA: seq: Follow standard EXPORT_SYMBOL() declarations ALSA: timer: Follow standard EXPORT_SYMBOL() declarations ALSA: core: Follow standard EXPORT_SYMBOL() declarations
sound/core/info.c | 6 ------ sound/core/info_oss.c | 1 - sound/core/init.c | 8 +------- sound/core/isadma.c | 3 --- sound/core/memalloc.c | 13 ++++--------- sound/core/memory.c | 2 -- sound/core/misc.c | 1 - sound/core/oss/mixer_oss.c | 3 +-- sound/core/pcm_lib.c | 21 --------------------- sound/core/pcm_memory.c | 6 ------ sound/core/pcm_misc.c | 11 ----------- sound/core/pcm_native.c | 7 ------- sound/core/seq/seq_clientmgr.c | 8 -------- sound/core/seq/seq_lock.c | 1 - sound/core/seq/seq_memory.c | 2 -- sound/core/seq/seq_midi_emul.c | 9 ++++----- sound/core/seq/seq_midi_event.c | 21 ++++++++------------- sound/core/seq/seq_ports.c | 2 -- sound/core/seq/seq_virmidi.c | 3 +-- sound/core/sound.c | 2 -- sound/core/sound_oss.c | 3 --- sound/core/timer.c | 27 +++++++++++++-------------- 22 files changed, 32 insertions(+), 128 deletions(-)