Skip to content

Commit

Permalink
net: freescale: drop unneeded MODULE_ALIAS
Browse files Browse the repository at this point in the history
The MODULE_DEVICE_TABLE already creates proper alias for platform
driver.  Having another MODULE_ALIAS causes the alias to be duplicated.

Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
krzk authored and davem330 committed Sep 19, 2021
1 parent d614489 commit fdb4758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ethernet/freescale/fec_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4176,5 +4176,4 @@ static struct platform_driver fec_driver = {

module_platform_driver(fec_driver);

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

0 comments on commit fdb4758

Please sign in to comment.