Skip to content

Commit

Permalink
char/genrtc: remove parisc support
Browse files Browse the repository at this point in the history
This architecture selects RTC_CLASS unconditionally, so the GEN_RTC
has not worked here for a long time.

Now we can remove both the asm/rtc.h header and the Kconfig dependency
for CONFIG_GEN_RTC.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
  • Loading branch information
Arnd Bergmann authored and Alexandre Belloni committed Jun 3, 2016
1 parent ca6da80 commit 8bbe6b6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 132 deletions.
131 changes: 0 additions & 131 deletions arch/parisc/include/asm/rtc.h

This file was deleted.

2 changes: 1 addition & 1 deletion drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ config JS_RTC
config GEN_RTC
tristate "Generic /dev/rtc emulation"
depends on RTC!=y
depends on M68K || PARISC || PPC
depends on M68K || PPC
---help---
If you say Y here and create a character special file /dev/rtc with
major number 10 and minor number 135 using mknod ("man mknod"), you
Expand Down

0 comments on commit 8bbe6b6

Please sign in to comment.