summaryrefslogtreecommitdiff
path: root/drivers/firmware/memmap.c
diff options
context:
space:
mode:
authorRoy Franz <roy.franz@linaro.org>2013-09-23 02:45:41 +0400
committerMatt Fleming <matt.fleming@intel.com>2013-09-25 15:34:44 +0400
commit6a5fe770d32811ffacefaa2a430cc067ecc7336c (patch)
treedc4d4bdbae969362a4549f6761f73fbab84be2cb /drivers/firmware/memmap.c
parent36f8961c963683ac12282e422dfc3db806ee0c7e (diff)
downloadlinux-6a5fe770d32811ffacefaa2a430cc067ecc7336c.tar.xz
efi: Fix types in EFI calls to match EFI function definitions.
EFI calls can made directly on ARM, so the function pointers are directly invoked. This allows types to be checked at compile time, so here we ensure that the parameters match the function signature. The wrappers used by x86 prevent any type checking. Correct the type of chunksize to be based on native width as specified by the EFI_FILE_PROTOCOL read() function. Signed-off-by: Roy Franz <roy.franz@linaro.org> Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'drivers/firmware/memmap.c')
0 files changed, 0 insertions, 0 deletions