From: Roy Franz Date: Sun, 22 Sep 2013 22:45:29 +0000 (-0700) Subject: efi: Rename memory allocation/free functions X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~32^2~4^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e4530a00b7d52332fe9a1361388fda8e5260da;p=pandora-kernel.git efi: Rename memory allocation/free functions Rename them to be more similar, as low_free() could be used to free memory allocated by both high_alloc() and low_alloc(). high_alloc() -> efi_high_alloc() low_alloc() -> efi_low_alloc() low_free() -> efi_free() Signed-off-by: Roy Franz Acked-by: Mark Salter Reviewed-by: Grant Likely Signed-off-by: Matt Fleming --- Reading git-diff-tree failed