]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/shannon/flash.c
Some code cleanup for GCC 4.x
[karo-tx-uboot.git] / board / shannon / flash.c
index 13c01d8351af6d16306cbef04cb9dd5c9b653f56..475b76b30bdcafee719199c02c917e712f8cbcb8 100644 (file)
@@ -315,7 +315,7 @@ outahere:
  * Copy memory to flash
  */
 
-volatile static int write_word (flash_info_t *info, ulong dest, ulong data)
+static int write_word (flash_info_t *info, ulong dest, ulong data)
 {
     vu_long *addr = (vu_long *)dest;
     ulong result;