From f626d07254b15635bb3823569d58da83010772d9 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Thu, 23 Sep 2010 15:28:14 +0100 Subject: [PATCH] --- yaml --- r: 216581 b: refs/heads/master c: 97daff36f207c62df250092863f2af7e62b0e389 h: refs/heads/master i: 216579: 2587717754a0876c4e606948c4058c0fe5085535 v: v3 --- [refs] | 2 +- trunk/sound/soc/s3c24xx/smdk_wm9713.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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);