From 37f7f0b23bc360f8ad8ad30b19055470545f5a83 Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Mon, 23 Oct 2006 13:11:57 +0000 Subject: reduce the number of gigabeat warnings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11316 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/s3c2440.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/s3c2440.h b/firmware/export/s3c2440.h index 799c14eb0e..2c7c058090 100644 --- a/firmware/export/s3c2440.h +++ b/firmware/export/s3c2440.h @@ -144,7 +144,7 @@ #define TCONSEL (*(volatile int *)0x4D000060) /* TCON(LPC3600/LCC3600) control */ /* The following should be computed but for now, we cheat. */ -#define FRAME ( (volatile short * ) 0x31E00000 ) /* LCD Frame buffer */ +#define FRAME ( (short *) 0x31E00000 ) /* LCD Frame buffer */ /* NAND Flash */ -- cgit v1.2.3