diff options
Diffstat (limited to 'sound/sh/sh_dac_audio.c')
-rw-r--r-- | sound/sh/sh_dac_audio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/sh/sh_dac_audio.c b/sound/sh/sh_dac_audio.c index b11f82b5718f..f8b01c77b298 100644 --- a/sound/sh/sh_dac_audio.c +++ b/sound/sh/sh_dac_audio.c | |||
@@ -433,7 +433,7 @@ probe_error: | |||
433 | /* | 433 | /* |
434 | * "driver" definition | 434 | * "driver" definition |
435 | */ | 435 | */ |
436 | static struct platform_driver driver = { | 436 | static struct platform_driver sh_dac_driver = { |
437 | .probe = snd_sh_dac_probe, | 437 | .probe = snd_sh_dac_probe, |
438 | .remove = snd_sh_dac_remove, | 438 | .remove = snd_sh_dac_remove, |
439 | .driver = { | 439 | .driver = { |
@@ -441,4 +441,4 @@ static struct platform_driver driver = { | |||
441 | }, | 441 | }, |
442 | }; | 442 | }; |
443 | 443 | ||
444 | module_platform_driver(driver); | 444 | module_platform_driver(sh_dac_driver); |