From: Ralf Baechle Date: Wed, 13 Apr 2011 19:49:54 +0000 (+0200) Subject: MIPS: Fix calc_vmlinuz_load_addr build warnings. X-Git-Tag: v2.6.39~63^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=893d20fbae483913250a5d8bd9b4ce861a3adf2a;p=pandora-kernel.git MIPS: Fix calc_vmlinuz_load_addr build warnings. HOSTCC arch/mips/boot/compressed/calc_vmlinuz_load_addr arch/mips/boot/compressed/calc_vmlinuz_load_addr.c: In function 'main': arch/mips/boot/compressed/calc_vmlinuz_load_addr.c:35:2: warning: format '%llx' expects type 'long long unsigned int *', but argument 3 has type 'uint64_t *' arch/mips/boot/compressed/calc_vmlinuz_load_addr.c:54:2: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'uint64_t' Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed