diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-06-16 16:15:24 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-06-16 16:19:03 +0200 |
commit | 9c8ddd105e3a420b1fe2e0a4c4767b9dd67081a9 (patch) | |
tree | b92efdfa4867dffd8dc728d1293d0aae1f520851 /sound/core/seq/seq_lock.c | |
parent | 602d7d72c8255f80898e94562f777635efd1ddaf (diff) |
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_lock.c')
-rw-r--r-- | sound/core/seq/seq_lock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/core/seq/seq_lock.c b/sound/core/seq/seq_lock.c index 12ba83367b1b..0ff7926a5a69 100644 --- a/sound/core/seq/seq_lock.c +++ b/sound/core/seq/seq_lock.c @@ -40,7 +40,6 @@ void snd_use_lock_sync_helper(snd_use_lock_t *lockp, const char *file, int line) schedule_timeout_uninterruptible(1); } } - EXPORT_SYMBOL(snd_use_lock_sync_helper); #endif |