From: Takeharu KATO <takeharu1219@ybb.ne.jp>
To: linuxppc-embedded@ozlabs.org, galak@freescale.com,
mporter@kernel.crashing.org, ebs@ebshome.net
Subject: [PATCH] compilation failure due to confliction of time_offset
Date: Sun, 13 Mar 2005 01:45:28 +0900 [thread overview]
Message-ID: <42331CA8.3030400@ybb.ne.jp> (raw)
Hi all:
I send carbon copy of the mail to maintainers of Embedded PowerPC,
because I can not figure out who is responsible for arch/ppc/kernel/time.c.
I found a trivial bug made compilation fail.
I show error log as follows:
-- error log
arch/ppc/kernel/time.c:92: error: static declaration of 'time_offset'
follows non-static declaration
include/linux/timex.h:236: error: previous declaration of 'time_offset'
was heremake[1]: *** [arch/ppc/kernel/time.o] Error 1
make: *** [arch/ppc/kernel] Error 2
--
Please apply following patch if this is a correct fix.
Regards,
--
Takeharu KATO
Signed-off-by: Takeharu KATO <takeharu1219@ybb.ne.jp>
--- linux-2.6.11.maybe/arch/ppc/kernel/time.c 2005-03-05
23:58:20.000000000 +0900
+++ linux-2.6.11/arch/ppc/kernel/time.c 2005-03-13 00:46:49.000000000 +0900
@@ -89,7 +89,6 @@ unsigned long tb_to_ns_scale;
extern unsigned long wall_jiffies;
-static long time_offset;
DEFINE_SPINLOCK(rtc_lock);
next reply other threads:[~2005-03-12 16:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-12 16:45 Takeharu KATO [this message]
2005-03-16 22:22 ` [PATCH] compilation failure due to confliction of time_offset Tom Rini
2005-03-17 0:36 ` Takeharu KATO
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=42331CA8.3030400@ybb.ne.jp \
--to=takeharu1219@ybb.ne.jp \
--cc=ebs@ebshome.net \
--cc=galak@freescale.com \
--cc=linuxppc-embedded@ozlabs.org \
--cc=mporter@kernel.crashing.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).