Skip to content

Commit 5ef8a02

Browse files
krzkdavem330
authored andcommitted
net: microchip: encx24j600: drop unneeded MODULE_ALIAS
The MODULE_DEVICE_TABLE already creates proper alias for spi 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]>
1 parent 6db9350 commit 5ef8a02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/net/ethernet/microchip/encx24j600.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,4 +1122,3 @@ module_spi_driver(encx24j600_spi_net_driver);
11221122
MODULE_DESCRIPTION(DRV_NAME " ethernet driver");
11231123
MODULE_AUTHOR("Jon Ringle <[email protected]>");
11241124
MODULE_LICENSE("GPL");
1125-
MODULE_ALIAS("spi:" DRV_NAME);

0 commit comments

Comments
 (0)