lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 19 Apr 2011 06:59:12 -0700
From:	Joe Perches <joe@...ches.com>
To:	ym cheng <yongmingcheng@...mail.com>
Cc:	vapier.adi@...il.com,
	Linux-kernel 邮件列表 
	<zeuux-linux-request@...ux.org>, lkml <majordomo@...r.kernel.org>,
	"Stephen A.Rago" <sar@...ebook.com>, linux-kernel@...r.kernel.org
Subject: RE: [rfc patch] treewide: Convert "static const char <*> foo[] ="
 to "static const char <*> const foo[] ="

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@...ff.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@...ff.org>



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ