]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/lpd7a40x/flash.c
Some code cleanup for GCC 4.x
[karo-tx-uboot.git] / board / lpd7a40x / flash.c
index 2dfe37656fc1c112041488f6def5cc3a699ff9ed..d18720e5b20d2a6c6b81f57b54cbee41e2dd4dd4 100644 (file)
@@ -351,8 +351,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;