Cleanup for GCC-4.x
[oweals/u-boot.git] / include / flash.h
index 6381cfcc7e98c654d24136edb382bf1878eab0c2..decb046c53c8477bc31fffaf465561979160dcaa 100644 (file)
@@ -83,7 +83,7 @@ extern int flash_sect_protect (int flag, ulong addr_first, ulong addr_last);
 
 /* common/flash.c */
 extern void flash_protect (int flag, ulong from, ulong to, flash_info_t *info);
-extern int flash_write (uchar *, ulong, ulong);
+extern int flash_write (char *, ulong, ulong);
 extern flash_info_t *addr2info (ulong);
 extern int write_buff (flash_info_t *info, uchar *src, ulong addr, ulong cnt);