Luck, Tony 4484009847 [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 <tony.luck@intel.com>
2013-07-08 10:46:50 -07:00
..
2012-03-28 18:30:02 +01:00
2013-07-03 11:15:26 -07:00
2011-03-31 11:26:23 -03:00
2011-03-17 14:02:56 +01:00
2013-06-03 14:20:18 -07:00