On 28/08/2018 16:26:30+0200, Arnd Bergmann wrote:
The old rtc driver is getting in the way of some compat_ioctl simplification. Looking up the loongson64 git history, it seems that everyone uses the more modern but compatible RTC_CMOS driver anyway, so let's remove the special case for loongson64.
Signed-off-by: Arnd Bergmann arnd@arndb.de
arch/mips/Kconfig | 2 +- drivers/char/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.