Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

avr32: don't offer CONFIG_GEN_RTC

This patch fixes the following compile error:

<-- snip -->

...
CC [M] drivers/char/genrtc.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/char/genrtc.c:58:21: error: asm/rtc.h: No such file or directory
...
make[3]: *** [drivers/char/genrtc.o] Error 1

<-- snip -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>

authored by

Adrian Bunk and committed by
Haavard Skinnemoen
cc65d90f 17015aaf

+1 -1
+1 -1
drivers/char/Kconfig
··· 776 776 777 777 config GEN_RTC 778 778 tristate "Generic /dev/rtc emulation" 779 - depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH 779 + depends on RTC!=y && !IA64 && !ARM && !M32R && !MIPS && !SPARC && !FRV && !S390 && !SUPERH && !AVR32 780 780 ---help--- 781 781 If you say Y here and create a character special file /dev/rtc with 782 782 major number 10 and minor number 135 using mknod ("man mknod"), you