From: Bjorn Andersson Date: Fri, 1 Sep 2017 22:42:29 +0000 (-0700) Subject: remoteproc: qcom: Make ssr_notifiers local X-Git-Tag: v4.14-rc1~76^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=4fec0a5a193666279635eeb0257984b7a88ee332;p=linux.git remoteproc: qcom: Make ssr_notifiers local 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 --- diff --git a/drivers/remoteproc/qcom_common.c b/drivers/remoteproc/qcom_common.c index 7b40b79f8d9c..257680f82b27 100644 --- a/drivers/remoteproc/qcom_common.c +++ b/drivers/remoteproc/qcom_common.c @@ -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