From 6e682c7e7b49e6ac539e6ad2b3addd9907ed5e97 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Mon, 21 May 2012 18:21:54 +0900 Subject: [PATCH] --- yaml --- r: 305804 b: refs/heads/master c: d4c6983859a82422640c727d2426b435dfff56f4 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/sh/sh_dac_audio.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 533d2e947515..6227ead5e6b8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e182534d4bd3a779941f2868f35e1f66a8d36cea +refs/heads/master: d4c6983859a82422640c727d2426b435dfff56f4 diff --git a/trunk/sound/sh/sh_dac_audio.c b/trunk/sound/sh/sh_dac_audio.c index b11f82b5718f..f8b01c77b298 100644 --- a/trunk/sound/sh/sh_dac_audio.c +++ b/trunk/sound/sh/sh_dac_audio.c @@ -433,7 +433,7 @@ static int __devinit snd_sh_dac_probe(struct platform_device *devptr) /* * "driver" definition */ -static struct platform_driver driver = { +static struct platform_driver sh_dac_driver = { .probe = snd_sh_dac_probe, .remove = snd_sh_dac_remove, .driver = { @@ -441,4 +441,4 @@ static struct platform_driver driver = { }, }; -module_platform_driver(driver); +module_platform_driver(sh_dac_driver);