firmware: arm_scmi: Move macros and helpers to common.h
authorViresh Kumar <viresh.kumar@linaro.org>
Fri, 31 Jan 2020 05:28:12 +0000 (10:58 +0530)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 10 Feb 2020 11:50:47 +0000 (11:50 +0000)
commitc4eb83660aef549a6a50965ec5f0af9c8306d2e9
tree8fb4aa6c5f6e6270c6386494dd8712f388b9df5f
parent71af05a7d0eb63fa5a6b64f296a5f2c8d84d6a9e
firmware: arm_scmi: Move macros and helpers to common.h

Move message header specific macros and helper routines to common.h as
they will be used outside of driver.c in a later commit.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/6615db480370719b0a0241447a5f3feb8eea421f.1580448239.git.viresh.kumar@linaro.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/firmware/arm_scmi/common.h
drivers/firmware/arm_scmi/driver.c