From d52fb7e3d135704334bd6f97f3444e824665b76f Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sat, 11 Mar 2006 22:53:33 +0100 Subject: Some code cleanup for GCC 4.x --- board/netstar/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/netstar/flash.c') diff --git a/board/netstar/flash.c b/board/netstar/flash.c index f555c0c0066..692c4167807 100644 --- a/board/netstar/flash.c +++ b/board/netstar/flash.c @@ -230,7 +230,7 @@ out: * Copy memory to flash */ -volatile static int write_hword(flash_info_t *info, ulong dest, ushort data) +static int write_hword(flash_info_t *info, ulong dest, ushort data) { vu_short *addr = (vu_short *) dest; ushort result; -- cgit v1.2.3