]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/ml2/flash.c
Cleanup for GCC-4.x
[people/ms/u-boot.git] / board / ml2 / flash.c
index 4f805a663b1e4d6504fbf54be52b05b3fc87c63e..87cb1ff18e1f76a4389c826bbe446442b526da86 100644 (file)
@@ -216,7 +216,7 @@ int flash_erase (flash_info_t *info, int s_first, int s_last) {
        return rc;
 }
 
-volatile static int write_word (flash_info_t *info, ulong dest, unsigned long long data) {
+static int write_word (flash_info_t *info, ulong dest, unsigned long long data) {
 
        volatile unsigned long long *addr=(unsigned long long *)dest;
        unsigned long long result;