mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
ALSA: core: 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>
This commit is contained in:
parent
988563929d
commit
35f8001415
10 changed files with 6 additions and 36 deletions
|
@ -61,7 +61,6 @@ int snd_oss_info_register(int dev, int num, char *string)
|
|||
mutex_unlock(&strings);
|
||||
return 0;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(snd_oss_info_register);
|
||||
|
||||
static int snd_sndstat_show_strings(struct snd_info_buffer *buf, char *id, int dev)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue