mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
misc: eeprom_93xx46: Add module alias to avoid breaking support for non device tree users
[ Upstream commit4540b9fbd8] Module alias "spi:93xx46" is used by non device tree users like drivers/misc/eeprom/digsy_mtc_eeprom.c and removing it will break support for them. Fix this by adding back the module alias "spi:93xx46". Fixes:13613a2246("misc: eeprom_93xx46: Fix module alias to enable module autoprobe") Signed-off-by: Aswath Govindraju <a-govindraju@ti.com> Link: https://lore.kernel.org/r/20210113051253.15061-1-a-govindraju@ti.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
5a602158b8
commit
d2742ed447
|
|
@ -511,4 +511,5 @@ module_spi_driver(eeprom_93xx46_driver);
|
|||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Driver for 93xx46 EEPROMs");
|
||||
MODULE_AUTHOR("Anatolij Gustschin <agust@denx.de>");
|
||||
MODULE_ALIAS("spi:93xx46");
|
||||
MODULE_ALIAS("spi:eeprom-93xx46");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user