diff options
author | Tim Niemeyer <reddog@mastersword.de> | 2008-04-22 11:10:23 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:41 -0400 |
commit | 6b9a9b329640b7e8143df7b2782884ea758650f7 (patch) | |
tree | 0b877da376969b1f6d358d47c1feaa0bfc7ad760 /sound/soc/s3c24xx | |
parent | 815c1be320fd51e5981c007f737aca410707baf8 (diff) |
[ALSA] soc - neo1973_wm8753 - Fix module unload
Signed-off-by: Tim Niemeyer <reddog@mastersword.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/neo1973_wm8753.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/neo1973_wm8753.c b/sound/soc/s3c24xx/neo1973_wm8753.c index 6ee115ceb011..962cc20b1af5 100644 --- a/sound/soc/s3c24xx/neo1973_wm8753.c +++ b/sound/soc/s3c24xx/neo1973_wm8753.c | |||
@@ -659,6 +659,7 @@ static int __init neo1973_init(void) | |||
659 | 659 | ||
660 | static void __exit neo1973_exit(void) | 660 | static void __exit neo1973_exit(void) |
661 | { | 661 | { |
662 | i2c_del_driver(&lm4857_i2c_driver); | ||
662 | platform_device_unregister(neo1973_snd_device); | 663 | platform_device_unregister(neo1973_snd_device); |
663 | } | 664 | } |
664 | 665 | ||