Commit f8c0aca9 authored by Fabio Estevam's avatar Fabio Estevam Committed by David S. Miller

fec: Add MODULE_ALIAS

Add MODULE_ALIAS, so that auto module loading can work.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7aa0076c
......@@ -2279,4 +2279,5 @@ static struct platform_driver fec_driver = {
module_platform_driver(fec_driver);
MODULE_ALIAS("platform:"DRIVER_NAME);
MODULE_LICENSE("GPL");
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