提交 4fec0a5a 编写于 作者: B Bjorn Andersson

remoteproc: qcom: Make ssr_notifiers local

The ssr_notifiers variable should be local, so add the missing static
storage classifier.

Fixes: 1e140df0 ("remoteproc: qcom: Add support for SSR notifications")
Signed-off-by: NBjorn Andersson <bjorn.andersson@linaro.org>
上级 f9cbbd25
......@@ -28,7 +28,7 @@
#define to_smd_subdev(d) container_of(d, struct qcom_rproc_subdev, subdev)
#define to_ssr_subdev(d) container_of(d, struct qcom_rproc_ssr, subdev)
BLOCKING_NOTIFIER_HEAD(ssr_notifiers);
static BLOCKING_NOTIFIER_HEAD(ssr_notifiers);
/**
* qcom_mdt_find_rsc_table() - provide dummy resource table for remoteproc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册