diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 16:15:59 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:32 +0200 |
commit | 59fc07b3e9d926bdb28c4a3e3e81f103a05e5fd4 (patch) | |
tree | 536785905d3df14b6745398d18e0cac6a8187892 /drivers/char/Makefile | |
parent | 111f750389e0862ad01080fa39e84beb94cbfc8f (diff) | |
download | linux-59fc07b3e9d926bdb28c4a3e3e81f103a05e5fd4.tar.bz2 |
char: remove obsolete ds1302 rtc driver
The m32r architecture was the only user of the old-style
rtc driver for ds1302. The architecture is getting removed
now, and we have a modern driver for the same hardware in
drivers/rtc/rtc-ds1302.c, so this one won't be missed.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 7dc3abe66464..4a34a71fe3d7 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -26,7 +26,6 @@ obj-$(CONFIG_SONYPI) += sonypi.o obj-$(CONFIG_RTC) += rtc.o obj-$(CONFIG_HPET) += hpet.o obj-$(CONFIG_EFI_RTC) += efirtc.o -obj-$(CONFIG_DS1302) += ds1302.o obj-$(CONFIG_XILINX_HWICAP) += xilinx_hwicap/ ifeq ($(CONFIG_GENERIC_NVRAM),y) obj-$(CONFIG_NVRAM) += generic_nvram.o |