]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
firmware: arm_ffa: Align sync_send_receive{,2} function prototypes
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:38:44 +0000 (15:38 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:42:03 +0000 (15:42 +0000)
commit8768972cbbeacd673f09dc1f8e198e03ccfa9f52
tree0fa2f096caa3f052d48f2822e3cb0b6445a7b86e
parentb7c9f32614f17c76ab26b8ee0109c868d7e054fe
firmware: arm_ffa: Align sync_send_receive{,2} function prototypes

Currently ffa_sync_send_receive2() takes UUID as a separate parameter
instead of using the one available in ffa_device structure.

Change the prototype of ffa_sync_send_receive2() to align with the
ffa_sync_send_receive() and use ffa_device->uuid.

Tested-by: Viresh Kumar <viresh.kumar@linaro.org>
Message-Id: <20250217-ffa_updates-v3-3-bd1d9de615e7@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_ffa/driver.c
include/linux/arm_ffa.h