summaryrefslogtreecommitdiff
path: root/drivers/misc/eeprom/Makefile
diff options
context:
space:
mode:
authorHeiner Kallweit <hkallweit1@gmail.com>2023-09-25 00:49:09 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-05 12:09:40 +0300
commit0113a99b8a75f307439c2950cec5b5dab818f35c (patch)
tree08eb8671f1c7cb58bfaea20133f925963249e585 /drivers/misc/eeprom/Makefile
parentbcdf91c9f9077d24153258faa4942512a340d399 (diff)
downloadlinux-0113a99b8a75f307439c2950cec5b5dab818f35c.tar.xz
eeprom: Remove deprecated legacy eeprom driver
Driver was marked deprecated 4 years ago, so it's time to remove it. This driver is the only i2c client driver using class I2C_CLASS_SPD. Apparently, as a follow-up step, we can remove I2C_CLASS_SPD altogether. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Jean Delvare <jdelvare@suse.de> Link: https://lore.kernel.org/r/18241458-52db-4537-bead-d570801253c3@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/eeprom/Makefile')
-rw-r--r--drivers/misc/eeprom/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/Makefile b/drivers/misc/eeprom/Makefile
index a9b4b6579b75..65794e526d5d 100644
--- a/drivers/misc/eeprom/Makefile
+++ b/drivers/misc/eeprom/Makefile
@@ -1,7 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_EEPROM_AT24) += at24.o
obj-$(CONFIG_EEPROM_AT25) += at25.o
-obj-$(CONFIG_EEPROM_LEGACY) += eeprom.o
obj-$(CONFIG_EEPROM_MAX6875) += max6875.o
obj-$(CONFIG_EEPROM_93CX6) += eeprom_93cx6.o
obj-$(CONFIG_EEPROM_93XX46) += eeprom_93xx46.o