remoteproc: qcom: Make ssr_notifiers local
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 1 Sep 2017 22:42:29 +0000 (15:42 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 1 Sep 2017 22:42:29 +0000 (15:42 -0700)
The ssr_notifiers variable should be local, so add the missing static
storage classifier.

Fixes: 1e140df04965 ("remoteproc: qcom: Add support for SSR notifications")
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/qcom_common.c

index 7b40b79..257680f 100644 (file)
@@ -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