[PATCH 1/1] sound: Fix compile error of seq_device.c

From: fgao
Date: Tue Jun 21 2016 - 04:36:26 EST


From: Gao Feng <fgao@xxxxxxxxxx>

Signed-off-by: Gao Feng <fgao@xxxxxxxxxx>
---
sound/core/seq/seq_device.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sound/core/seq/seq_device.c b/sound/core/seq/seq_device.c
index c4acf17..4e859e4 100644
--- a/sound/core/seq/seq_device.c
+++ b/sound/core/seq/seq_device.c
@@ -311,5 +311,5 @@ static void __exit alsa_seq_device_exit(void)
bus_unregister(&snd_seq_bus_type);
}

-subsys_initcall(alsa_seq_device_init)
-module_exit(alsa_seq_device_exit)
+subsys_initcall(alsa_seq_device_init);
+module_exit(alsa_seq_device_exit);
--
1.9.1