summaryrefslogtreecommitdiff
path: root/drivers/misc/eeprom/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-07-27 11:17:09 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-05 20:44:24 (GMT)
commit3d0b16a66c8a9d10294572c6f79df4f15a27825d (patch)
tree9eb585783d0ae4fe8fa82e5b386f04e8b1bf7bf8 /drivers/misc/eeprom/Makefile
parentb470d6d7a5dfe41112d55c39eac67ddc5afac80d (diff)
downloadlinux-3d0b16a66c8a9d10294572c6f79df4f15a27825d.tar.xz
nvmem: sunxi: Move the SID driver to the nvmem framework
Now that we have the nvmem framework, we can consolidate the common driver code. Move the driver to the framework, and hopefully, it will fix the sysfs file creation race. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> [srinivas.kandagatla: Moved to regmap based EEPROM framework] Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Tested-by: Philipp Zabel <p.zabel@pengutronix.de> Tested-by: Rajendra Nayak <rnayak@codeaurora.org> 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 9507aec..fc1e81d 100644
--- a/drivers/misc/eeprom/Makefile
+++ b/drivers/misc/eeprom/Makefile
@@ -4,5 +4,4 @@ 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
-obj-$(CONFIG_EEPROM_SUNXI_SID) += sunxi_sid.o
obj-$(CONFIG_EEPROM_DIGSY_MTC_CFG) += digsy_mtc_eeprom.o