diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-30 17:11:24 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-01 14:58:51 -0500 |
commit | 7d8c16a6f728f0ee5c42d1d731923cfd0cc19971 (patch) | |
tree | ece7d410dbeb5b9c1b6480a020a79e5fdadb6125 /sound/soc | |
parent | 968a6025aa9f909d487988efb542217a126023a0 (diff) |
ASoC: Annotate core removal function
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 0448708245e7..7eb2ea1fd42e 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c | |||
@@ -1952,7 +1952,7 @@ static int __devinit snd_soc_init(void) | |||
1952 | return platform_driver_register(&soc_driver); | 1952 | return platform_driver_register(&soc_driver); |
1953 | } | 1953 | } |
1954 | 1954 | ||
1955 | static void snd_soc_exit(void) | 1955 | static void __exit snd_soc_exit(void) |
1956 | { | 1956 | { |
1957 | platform_driver_unregister(&soc_driver); | 1957 | platform_driver_unregister(&soc_driver); |
1958 | } | 1958 | } |