commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=95505cd2a90981cc7d347d10e98b5b367ef07421 branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk
function definition is't same as funciton prototype Signed-off-by: Scott Jiang <[email protected]> --- sound/soc/blackfin/bf5xx-ad73311.c | 2 +- sound/soc/blackfin/bf5xx-ad74111.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/blackfin/bf5xx-ad73311.c b/sound/soc/blackfin/bf5xx-ad73311.c index 3fb72e4..b8814b9 100644 --- a/sound/soc/blackfin/bf5xx-ad73311.c +++ b/sound/soc/blackfin/bf5xx-ad73311.c @@ -149,7 +149,7 @@ static int snd_ad73311_init(struct snd_soc_pcm_runtime *rtd) return 0; } -static int bf5xx_probe(struct platform_device *pdev) +static int bf5xx_probe(struct snd_soc_card *card) { int err; struct ad73311_snd_ctrls ctrl = { diff --git a/sound/soc/blackfin/bf5xx-ad74111.c b/sound/soc/blackfin/bf5xx-ad74111.c index 93551bb..99af165 100644 --- a/sound/soc/blackfin/bf5xx-ad74111.c +++ b/sound/soc/blackfin/bf5xx-ad74111.c @@ -138,7 +138,7 @@ static int snd_ad74111_configure(void) return 0; } -static int bf5xx_probe(struct platform_device *pdev) +static int bf5xx_probe(struct snd_soc_card *card) { int err;
_______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
