diff --git a/[refs] b/[refs] index 11e822ce5c8f..ec9ca55a312c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9fab9635033a175c6583bd4ec702a200940c5a56 +refs/heads/master: 97daff36f207c62df250092863f2af7e62b0e389 diff --git a/trunk/sound/soc/s3c24xx/smdk_wm9713.c b/trunk/sound/soc/s3c24xx/smdk_wm9713.c index 78a4a30bad9e..33ba8fdbcf07 100644 --- a/trunk/sound/soc/s3c24xx/smdk_wm9713.c +++ b/trunk/sound/soc/s3c24xx/smdk_wm9713.c @@ -95,6 +95,7 @@ static int __init smdk_init(void) static void __exit smdk_exit(void) { platform_device_unregister(smdk_snd_ac97_device); + platform_device_unregister(smdk_snd_wm9713_device); } module_init(smdk_init);