Skip to content

Commit

Permalink
fec: Add MODULE_ALIAS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Fabio Estevam authored and David S. Miller committed Jul 24, 2013
1 parent 7aa0076 commit f8c0aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ethernet/freescale/fec_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2279,4 +2279,5 @@ static struct platform_driver fec_driver = {

module_platform_driver(fec_driver);

MODULE_ALIAS("platform:"DRIVER_NAME);
MODULE_LICENSE("GPL");

0 comments on commit f8c0aca

Please sign in to comment.