* Pavel Machek wrote: > Hi! > > Ingo wanted simple sleep self-test... Here's something. thanks :) threw it into auto-qa, and it got thrown back with: dione:~/linux/linux> ./err kernel/power/sleepy.c: In function 'set_alarm': kernel/power/sleepy.c:50: warning: passing argument 1 of 'cmos_set_alarm' from incompatible pointer type kernel/power/sleepy.c:56: warning: control reaches end of non-void function kernel/built-in.o: In function `set_alarm': : undefined reference to `pc_rtc_device' kernel/built-in.o: In function `set_alarm': : undefined reference to `cmos_read_time' kernel/built-in.o: In function `set_alarm': config attached. Ingo