The patch titled
DS1682 add SESNSORS Kconfig variable prefix
has been removed from the -mm tree. Its filename was
ds1682-add-sesnsors-kconfig-variable-prefix.patch
This patch was dropped because it was nacked
------------------------------------------------------
Subject: DS1682 add SESNSORS Kconfig variable prefix
From: maximilian attems <[EMAIL PROTECTED]>
The new DS1682 chip driver "polluates" global Kconfig namespace. make it
consistent with ds1337, ds1374 and friends.
Signed-off-by: maximilian attems <[EMAIL PROTECTED]>
Acked-by: Grant Likely <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/i2c/chips/Kconfig | 2 +-
drivers/i2c/chips/Makefile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff -puN drivers/i2c/chips/Kconfig~ds1682-add-sesnsors-kconfig-variable-prefix
drivers/i2c/chips/Kconfig
--- a/drivers/i2c/chips/Kconfig~ds1682-add-sesnsors-kconfig-variable-prefix
+++ a/drivers/i2c/chips/Kconfig
@@ -30,7 +30,7 @@ config SENSORS_DS1374
This driver is deprecated and will be dropped soon. Use
rtc-ds1374 instead.
-config DS1682
+config SENSORS_DS1682
tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
depends on EXPERIMENTAL
help
diff -puN
drivers/i2c/chips/Makefile~ds1682-add-sesnsors-kconfig-variable-prefix
drivers/i2c/chips/Makefile
--- a/drivers/i2c/chips/Makefile~ds1682-add-sesnsors-kconfig-variable-prefix
+++ a/drivers/i2c/chips/Makefile
@@ -4,7 +4,7 @@
obj-$(CONFIG_SENSORS_DS1337) += ds1337.o
obj-$(CONFIG_SENSORS_DS1374) += ds1374.o
-obj-$(CONFIG_DS1682) += ds1682.o
+obj-$(CONFIG_SENSORS_DS1682) += ds1682.o
obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o
obj-$(CONFIG_SENSORS_MAX6875) += max6875.o
obj-$(CONFIG_SENSORS_M41T00) += m41t00.o
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
ds1682-add-sesnsors-kconfig-variable-prefix.patch
git-mtd.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html