mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +00:00
eeprom: at25: drop unneeded MODULE_ALIAS
The ID table already has respective entry and MODULE_DEVICE_TABLE and creates proper alias for SPI driver. Having another MODULE_ALIAS causes the alias to be duplicated. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20240414154957.127113-1-krzk@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
a2c72ed78a
commit
7c28f964b7
@ -529,4 +529,3 @@ module_spi_driver(at25_driver);
|
||||
MODULE_DESCRIPTION("Driver for most SPI EEPROMs");
|
||||
MODULE_AUTHOR("David Brownell");
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_ALIAS("spi:at25");
|
||||
|
Loading…
Reference in New Issue
Block a user