From: Joe Perches <joe@perches.com>
To: ym cheng <yongmingcheng@hotmail.com>
Cc: vapier.adi@gmail.com,
"Linux-kernel 邮件列表" <zeuux-linux-request@zeuux.org>,
lkml <majordomo@vger.kernel.org>,
"Stephen A.Rago" <sar@apuebook.com>,
linux-kernel@vger.kernel.org
Subject: RE: [rfc patch] treewide: Convert "static const char <*> foo[] =" to "static const char <*> const foo[] ="
Date: Tue, 19 Apr 2011 06:59:12 -0700 [thread overview]
Message-ID: <1303221552.31723.67.camel@Joe-Laptop> (raw)
In-Reply-To: <SNT104-W3438BE3FC4EAC0A537D57EBA900@phx.gbl>
On Tue, 2011-04-19 at 07:24 +0000, ym cheng wrote:
> CC arch/arm/plat-s3c24xx/gpio.o
> CC arch/arm/plat-s3c24xx/gpiolib.o
> CC arch/arm/plat-s3c24xx/time.o
> arch/arm/plat-s3c24xx/time.c:258: error: unknown field 'offset'
> specified in initializer
> arch/arm/plat-s3c24xx/time.c:258: warning: initialization from
> incompatible pointer type
> make[1]: *** [arch/arm/plat-s3c24xx/time.o] 错误 1
> make: *** [arch/arm/plat-s3c24xx] 错误 2
>
>
> error: unknown field 'offset' specified in initializer??????????why???
> I do not know why?
> my board is TQ2440,which is S3C2440.I want to support hrtimer.what
> can I do now?
time.c was moved to plat-s3c in 2008.
Use a more current version?
commit b915a125112b2500d5c6fd752948afc170a49cef
Author: Ben Dooks <ben-linux@fluff.org>
Date: Tue Oct 21 14:06:53 2008 +0100
[ARM] S3C: Move time.c to arch/arm/plat-s3c
Move time.c to arch/arm/plat-s3c
to be shared with the S3C64XX implementations.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
next prev parent reply other threads:[~2011-04-19 13:59 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-09 18:22 [rfc patch] treewide: Convert "static const char <*> foo[] =" to "static const char <*> const foo[] =" Joe Perches
2010-09-09 18:29 ` Mike Frysinger
2010-09-09 18:48 ` Joe Perches
2010-09-09 19:16 ` Mike Frysinger
2010-09-09 19:33 ` Joe Perches
2010-09-09 19:40 ` Mike Frysinger
2010-09-09 19:48 ` Joe Perches
2010-09-09 19:50 ` Mike Frysinger
2010-09-09 20:05 ` Joe Perches
[not found] ` <SNT104-W3438BE3FC4EAC0A537D57EBA900@phx.gbl>
2011-04-19 13:59 ` Joe Perches [this message]
2010-09-09 19:21 ` [PATCH] scripts/checkpatch.pl: Add warnings for static char that could be static const char Joe Perches
2010-09-09 19:24 ` Mike Frysinger
2010-09-10 9:06 ` Andy Whitcroft
2010-09-10 9:30 ` Joe Perches
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=1303221552.31723.67.camel@Joe-Laptop \
--to=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=majordomo@vger.kernel.org \
--cc=sar@apuebook.com \
--cc=vapier.adi@gmail.com \
--cc=yongmingcheng@hotmail.com \
--cc=zeuux-linux-request@zeuux.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.