Etienne Bauermeister wrote: > CC drivers/char/rtc.o > drivers/char/rtc.c: In function `rtc_init': > drivers/char/rtc.c:955: `r' undeclared (first use in this function) Just declare it at the top of the function, it was (accidentially) deleted during some recent cleanups. > A second question relates to some warnings I got earlier in the > compilation process stating that some 'variables' (I assume) are > 'deprecated'. Is this anything to be concerned about? Maybe. Impossible to say without more info. BTW: you're mailing plain text and HTML... cheers Uli