]> asedeno.scripts.mit.edu Git - linux.git/commit
char: remove obsolete ds1302 rtc driver
authorArnd Bergmann <arnd@arndb.de>
Fri, 9 Mar 2018 15:15:59 +0000 (16:15 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 26 Mar 2018 13:56:32 +0000 (15:56 +0200)
commit59fc07b3e9d926bdb28c4a3e3e81f103a05e5fd4
tree536785905d3df14b6745398d18e0cac6a8187892
parent111f750389e0862ad01080fa39e84beb94cbfc8f
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>
drivers/char/Kconfig
drivers/char/Makefile
drivers/char/ds1302.c [deleted file]