]> git.baikalelectronics.ru Git - kernel.git/commit
remoteproc: qcom: expose types for COMPILE_TEST
authorAlex Elder <elder@linaro.org>
Thu, 7 Jan 2021 23:34:01 +0000 (17:34 -0600)
committerJakub Kicinski <kuba@kernel.org>
Sat, 9 Jan 2021 21:51:36 +0000 (13:51 -0800)
commitd98e99455f2aaf4e45b7a4a5dbf66147ff7d64a9
tree998dad1a38d107fe6f417b1276d36703f0b6a7f7
parentee761b039e04c287a44e144fa7cab9f9eb0dca9d
remoteproc: qcom: expose types for COMPILE_TEST

Stub functions are defined for SSR notifier registration in case
QCOM_RPROC_COMMON is not configured.  As a result, code that uses
these functions can link successfully even if the common remoteproc
code is not built.

Code that registers an SSR notifier function likely needs the
types defined in "qcom_rproc.h", but those are only exposed if
QCOM_RPROC_COMMON is enabled.

Rearrange the conditional definition so the qcom_ssr_notify_data
structure and qcom_ssr_notify_type enumerated type are defined
whether or not QCOM_RPROC_COMMON is enabled.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/linux/remoteproc/qcom_rproc.h