]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: timer: Follow standard EXPORT_SYMBOL() declarations
authorTakashi Iwai <tiwai@suse.de>
Fri, 16 Jun 2017 14:16:05 +0000 (16:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 6 Nov 2019 11:18:27 +0000 (12:18 +0100)
commit444dac2cc47feea00173d4395e16ea0a5248744f
tree7af894f4cd47100e0c6c15c0ca3575924e0a4804
parent00eab7654bf17a9d3b2bd782d4ea5442867e2bc8
ALSA: timer: Follow standard EXPORT_SYMBOL() declarations

[ Upstream commit 988563929d5b65c021439880ac6bd1b207722f26 ]

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

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/core/timer.c