diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-09-16 19:05:08 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-17 15:21:00 +0200 |
commit | 5ef8a0291513c624b568acf15eee87e905736f2c (patch) | |
tree | 88b068ad0271031c88b5ea6687521a5489838e8b /drivers | |
parent | devlink: Delete not-used devlink APIs (diff) | |
download | linux-5ef8a0291513c624b568acf15eee87e905736f2c.tar.xz linux-5ef8a0291513c624b568acf15eee87e905736f2c.zip |
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 <krzysztof.kozlowski@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/ethernet/microchip/encx24j600.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/microchip/encx24j600.c b/drivers/net/ethernet/microchip/encx24j600.c index ee921a99e439..c548e6372352 100644 --- a/drivers/net/ethernet/microchip/encx24j600.c +++ b/drivers/net/ethernet/microchip/encx24j600.c @@ -1122,4 +1122,3 @@ module_spi_driver(encx24j600_spi_net_driver); MODULE_DESCRIPTION(DRV_NAME " ethernet driver"); MODULE_AUTHOR("Jon Ringle <jringle@gridpoint.com>"); MODULE_LICENSE("GPL"); -MODULE_ALIAS("spi:" DRV_NAME); |