diff options
Diffstat (limited to 'sound/drivers/virmidi.c')
-rw-r--r-- | sound/drivers/virmidi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/drivers/virmidi.c b/sound/drivers/virmidi.c index 46f3d3486067..915c86773c21 100644 --- a/sound/drivers/virmidi.c +++ b/sound/drivers/virmidi.c | |||
@@ -145,7 +145,7 @@ static struct platform_driver snd_virmidi_driver = { | |||
145 | }, | 145 | }, |
146 | }; | 146 | }; |
147 | 147 | ||
148 | static void __init_or_module snd_virmidi_unregister_all(void) | 148 | static void snd_virmidi_unregister_all(void) |
149 | { | 149 | { |
150 | int i; | 150 | int i; |
151 | 151 | ||