Commit 456d8991 authored by Wan ZongShun's avatar Wan ZongShun Committed by David S. Miller

net: Rename MAC platform driver for w90p910 platform

Due to I modified the corresponding platform device name, 
so I make the patch to rename MAC platform driver
for w90p910 platform.
Signed-off-by: default avatarWan ZongShun <mcuos.com@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e7a5965a
...@@ -1080,7 +1080,7 @@ static struct platform_driver w90p910_ether_driver = { ...@@ -1080,7 +1080,7 @@ static struct platform_driver w90p910_ether_driver = {
.probe = w90p910_ether_probe, .probe = w90p910_ether_probe,
.remove = __devexit_p(w90p910_ether_remove), .remove = __devexit_p(w90p910_ether_remove),
.driver = { .driver = {
.name = "w90p910-emc", .name = "nuc900-emc",
.owner = THIS_MODULE, .owner = THIS_MODULE,
}, },
}; };
...@@ -1101,5 +1101,5 @@ module_exit(w90p910_ether_exit); ...@@ -1101,5 +1101,5 @@ module_exit(w90p910_ether_exit);
MODULE_AUTHOR("Wan ZongShun <mcuos.com@gmail.com>"); MODULE_AUTHOR("Wan ZongShun <mcuos.com@gmail.com>");
MODULE_DESCRIPTION("w90p910 MAC driver!"); MODULE_DESCRIPTION("w90p910 MAC driver!");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:w90p910-emc"); MODULE_ALIAS("platform:nuc900-emc");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment