Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

misc: eeprom_93xx46: Add module alias to avoid breaking support for non device tree users

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: 13613a2246bf ("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>

authored by

Aswath Govindraju and committed by
Greg Kroah-Hartman
4540b9fb 09381eb1

+1
+1
drivers/misc/eeprom/eeprom_93xx46.c
··· 511 511 MODULE_LICENSE("GPL"); 512 512 MODULE_DESCRIPTION("Driver for 93xx46 EEPROMs"); 513 513 MODULE_AUTHOR("Anatolij Gustschin <agust@denx.de>"); 514 + MODULE_ALIAS("spi:93xx46"); 514 515 MODULE_ALIAS("spi:eeprom-93xx46"); 515 516 MODULE_ALIAS("spi:93lc46b");