diff options
-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 | ||