firmware: arm_scmi: Reorder some functions to avoid forward declarations
authorSudeep Holla <sudeep.holla@arm.com>
Mon, 8 Jul 2019 08:40:42 +0000 (09:40 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 12 Aug 2019 11:22:59 +0000 (12:22 +0100)
commit2747a967c85d1745c497599c632f1319a58aed5f
tree82029dfa3e9caaaafff87c5c6340dede62d0e8cb
parent9dc34d635c67e57051853855c43249408641a5ab
firmware: arm_scmi: Reorder some functions to avoid forward declarations

Re-shuffling few functions to keep definitions and their usages close.
This is also needed to avoid too many unnecessary forward declarations
while adding new features(delayed response and notifications).

Keeping this separate to avoid mixing up of these trivial change that
doesn't affect functionality into the ones that does.

Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/driver.c