]> git.ipfire.org Git - thirdparty/linux.git/commit
firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:38:54 +0000 (15:38 +0000)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 17 Feb 2025 15:42:04 +0000 (15:42 +0000)
commit9982cabf403fbd06a120a2d5b21830effd32b370
treebcc7a592b86c9bc3b38945eee9d8b9f089840392
parentefff6a7f16b34fd902f342b58bd8bafc2d6f2fd1
firmware: arm_ffa: Remove unnecessary declaration of ffa_partitions_cleanup()

In order to keep the uniformity, just move the ffa_partitions_cleanup()
before it's first usage and drop the unnecessary forward declaration.

No functional change.

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