On Wed, Mar 14, 2018 at 04:35:23PM +0100, Arnd Bergmann wrote: > 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. > > Signed-off-by: Arnd Bergmann <a...@arndb.de> > --- > drivers/char/Kconfig | 9 -- > drivers/char/Makefile | 1 - > drivers/char/ds1302.c | 357 > -------------------------------------------------- > 3 files changed, 367 deletions(-) > delete mode 100644 drivers/char/ds1302.c
Acked-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>