From: Ralf Baechle <ralf@linux-mips.org>
To: Etienne Bauermeister <etienne@openfuel.com>
Cc: linux-mips@linux-mips.org
Subject: Re: Kernel compile error - rtc.c
Date: Thu, 3 Feb 2005 14:23:16 +0100 [thread overview]
Message-ID: <20050203132316.GC8509@linux-mips.org> (raw)
In-Reply-To: <000f01c509cb$c7420190$642aa8c0@of0>
On Thu, Feb 03, 2005 at 10:38:47AM +0200, 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)
> drivers/char/rtc.c:955: (Each undeclared identifier is reported only
> once
> drivers/char/rtc.c:955: for each function it appears in.)
Know problem, sorry.
> I understand that the variable 'r' is not declared and this causes the
> error, but I don't know where to declare it or am I completely wrong and
> something else is at fault? Please provide some help with this.
>
> 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?
It means it's team to update the code to use a newer API before the old,
deprecated one is going to be removed. Remember, you've been warned :-)
Ralf
prev parent reply other threads:[~2005-02-03 13:23 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-03 8:38 Kernel compile error - rtc.c Etienne Bauermeister
2005-02-03 8:38 ` Etienne Bauermeister
2005-02-03 9:24 ` Ulrich Eckhardt
2005-02-03 13:29 ` Ralf Baechle
2005-02-03 13:23 ` Ralf Baechle [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050203132316.GC8509@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=etienne@openfuel.com \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.