fec: Add MODULE_ALIAS

Add MODULE_ALIAS, so that auto module loading can work.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Fabio Estevam 2013-07-20 16:20:36 -03:00 committed by David S. Miller
parent 7aa0076c49
commit f8c0aca9fd

View File

@ -2279,4 +2279,5 @@ static struct platform_driver fec_driver = {
module_platform_driver(fec_driver);
MODULE_ALIAS("platform:"DRIVER_NAME);
MODULE_LICENSE("GPL");