]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/netstar/flash.c
Some code cleanup for GCC 4.x
[karo-tx-uboot.git] / board / netstar / flash.c
index f555c0c0066e59a5db8042ad314cefae495c6bba..692c4167807c61f71a3d7846c1257105dcff09ed 100644 (file)
@@ -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;