|
@@ -433,7 +433,7 @@ probe_error:
|
|
/*
|
|
/*
|
|
* "driver" definition
|
|
* "driver" definition
|
|
*/
|
|
*/
|
|
-static struct platform_driver driver = {
|
|
|
|
|
|
+static struct platform_driver sh_dac_driver = {
|
|
.probe = snd_sh_dac_probe,
|
|
.probe = snd_sh_dac_probe,
|
|
.remove = snd_sh_dac_remove,
|
|
.remove = snd_sh_dac_remove,
|
|
.driver = {
|
|
.driver = {
|
|
@@ -441,4 +441,4 @@ static struct platform_driver driver = {
|
|
},
|
|
},
|
|
};
|
|
};
|
|
|
|
|
|
-module_platform_driver(driver);
|
|
|
|
|
|
+module_platform_driver(sh_dac_driver);
|