|
@@ -497,7 +497,7 @@ static struct platform_driver s3c_ac97_driver = {
|
|
|
.probe = s3c_ac97_probe,
|
|
|
.remove = s3c_ac97_remove,
|
|
|
.driver = {
|
|
|
- .name = "s3c-ac97",
|
|
|
+ .name = "samsung-ac97",
|
|
|
.owner = THIS_MODULE,
|
|
|
},
|
|
|
};
|
|
@@ -517,4 +517,4 @@ module_exit(s3c_ac97_exit);
|
|
|
MODULE_AUTHOR("Jaswinder Singh, <jassi.brar@samsung.com>");
|
|
|
MODULE_DESCRIPTION("AC97 driver for the Samsung SoC");
|
|
|
MODULE_LICENSE("GPL");
|
|
|
-MODULE_ALIAS("platform:s3c-ac97");
|
|
|
+MODULE_ALIAS("platform:samsung-ac97");
|