]> git.karo-electronics.de Git - karo-tx-linux.git/commit
char/genrtc: remove m68k support
authorArnd Bergmann <arnd@arndb.de>
Mon, 30 May 2016 18:57:59 +0000 (20:57 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 3 Jun 2016 22:23:28 +0000 (00:23 +0200)
commit084b3600e2d98ebbab968f91b8b8f48ffbbf2ecb
tree4833d3b0f041e321dca2f1d7f6fe82caade31095
parent598e8a1fb5e123894686cce5500775c2ae8b57fc
char/genrtc: remove m68k support

The asm/rtc.h header is only used for the old gen_rtc driver
that has been replaced by rtc-generic. According to Geert
Uytterhoeven, nobody has used the old driver on m68k for
a long time, so we can now just remove the header file
and disallow the driver in Kconfig.

All files that used to include asm/rtc.h are now changed so
they include the headers that were used implicitly through
asm/rtc.h.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
14 files changed:
arch/m68k/amiga/config.c
arch/m68k/apollo/config.c
arch/m68k/bvme6000/config.c
arch/m68k/hp300/config.c
arch/m68k/include/asm/rtc.h [deleted file]
arch/m68k/mac/config.c
arch/m68k/mac/misc.c
arch/m68k/mvme147/config.c
arch/m68k/mvme16x/config.c
arch/m68k/q40/config.c
arch/m68k/sun3/config.c
arch/m68k/sun3/intersil.c
arch/m68k/sun3x/time.c
drivers/char/Kconfig