From: Ben Dooks Date: Tue, 16 May 2006 16:31:15 +0000 (+0100) Subject: [MTD] Fix build warnings in RedBoot MTD partition parser. X-Git-Tag: v2.6.18-rc1~1105^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b020bb7d3b3a8e3568a16eaf98c033bb9ee474eb;p=pandora-kernel.git [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 Signed-off-by: David Woodhouse --- Reading git-diff-tree failed