From 6b94bb6a1c2745e9ea7db24ba9bbd9e00d58835c Mon Sep 17 00:00:00 2001 From: Barry Song Date: Wed, 16 Sep 2009 20:25:11 -0400 Subject: [PATCH] --- yaml --- r: 165357 b: refs/heads/master c: fab19bae0c2951ed8bc517a53848b027fead293d h: refs/heads/master i: 165355: 11af55a33c28a3a75fee65e69ff00d53b35c3a84 v: v3 --- [refs] | 2 +- trunk/sound/soc/blackfin/bf5xx-i2s.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a0fbceeefe20..db55e1f28fd9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d156a25bd3e8e6ff74faf02faecb5fc5fb4839e +refs/heads/master: fab19bae0c2951ed8bc517a53848b027fead293d diff --git a/trunk/sound/soc/blackfin/bf5xx-i2s.c b/trunk/sound/soc/blackfin/bf5xx-i2s.c index 876abade27e1..19539c68c053 100644 --- a/trunk/sound/soc/blackfin/bf5xx-i2s.c +++ b/trunk/sound/soc/blackfin/bf5xx-i2s.c @@ -227,7 +227,8 @@ static int bf5xx_i2s_probe(struct platform_device *pdev, return 0; } -static void bf5xx_i2s_remove(struct snd_soc_dai *dai) +static void bf5xx_i2s_remove(struct platform_device *pdev, + struct snd_soc_dai *dai) { pr_debug("%s enter\n", __func__); peripheral_free_list(&sport_req[sport_num][0]);