Ben Dooks b020bb7d3b [MTD] Fix build warnings in RedBoot MTD partition parser.
Fix build warnings from drivers/mtd/redboot.c due to
use of `unsigned long` in `struct fis_image_desc` for
fields being passed to swab32s() which expects __u32 *

Change the entries to uint32_t to make them compatible
with the swab32s() function

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2006-05-16 17:31:15 +01:00
..
2006-05-03 20:05:41 -07:00
2006-05-12 14:57:52 -07:00
2006-05-15 11:20:57 -07:00
2006-05-15 11:20:58 -07:00
2006-05-15 11:20:54 -07:00
2006-05-15 11:20:55 -07:00
2006-05-03 20:05:41 -07:00
2006-05-12 11:58:10 -07:00