From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0416789192303463889==" MIME-Version: 1.0 From: kbuild test robot To: kbuild-all@lists.01.org Subject: [RFC PATCH] tee: shmctx can be static Date: Sat, 26 Oct 2019 05:02:51 +0800 Message-ID: <20191025210251.n7fcteybltjobcwr@4978f4969bb8> In-Reply-To: List-Id: --===============0416789192303463889== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Fixes: 981fd8b5d5a0 ("tee: add AMD-TEE driver") Signed-off-by: kbuild test robot --- core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tee/amdtee/core.c b/drivers/tee/amdtee/core.c index b184463a05023..dd360f378ef08 100644 --- a/drivers/tee/amdtee/core.c +++ b/drivers/tee/amdtee/core.c @@ -19,7 +19,7 @@ = static struct amdtee_driver_data *drv_data; static DEFINE_MUTEX(session_list_mutex); -struct amdtee_shm_context shmctx; +static struct amdtee_shm_context shmctx; = static void amdtee_get_version(struct tee_device *teedev, struct tee_ioctl_version_data *vers) --===============0416789192303463889==--