OSDN Git Service

firmware_class: Include a size argument in unmap_fw_mem
authorVikram Mulukutla <markivx@codeaurora.org>
Tue, 31 Mar 2015 01:24:47 +0000 (18:24 -0700)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:07:37 +0000 (11:07 -0700)
commit2d65cf38d397296a57508736ac747c55419ed58f
tree9d1c8eba9ab16f6f864b0436c5705773de3687cb
parent9c0b572b23bdd9a9d42d556615343bdc101b5ca6
firmware_class: Include a size argument in unmap_fw_mem

Some implementations may need to know the size of a
region allocated by map_fw_mem in the context of the
unmap_fw_mem callback. Add this as an argument to the
callback signature.

Signed-off-by: Vikram Mulukutla <markivx@codeaurora.org>
drivers/base/firmware_class.c
include/linux/firmware.h