From: Luck, Tony Date: Thu, 20 Jun 2013 18:15:39 +0000 (-0700) Subject: [IA64] sim: Add casts to avoid assignment warnings X-Git-Tag: v3.11-rc1~63^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44840098478f6bf8c6e8d010241dcd4990fefe07;p=pandora-kernel.git [IA64] sim: Add casts to avoid assignment warnings Pointers in the efi_runtime_services_t structure now have type "void *" (formerly they were "unsigned long"). So we now see a bunch of warnings like this: arch/ia64/hp/sim/boot/fw-emu.c:293: warning: assignment makes pointer from integer without a cast Add (void *) casts to the 10 affected lines to make the build quiet again. Signed-off-by: Tony Luck --- Reading git-diff-tree failed