From: kbuild test robot <lkp@intel.com>
To: Maxim Uvarov <maxim.uvarov@linaro.org>,
linux-kernel@vger.kernel.org, tee-dev@lists.linaro.org
Cc: kbuild-all@lists.01.org, peterhuewe@gmx.de,
jarkko.sakkinen@linux.intel.com, jgg@ziepe.ca,
gregkh@linuxfoundation.org, jens.wiklander@linaro.org,
linux-integrity@vger.kernel.org, arnd@linaro.org,
sumit.garg@linaro.org, Maxim Uvarov <maxim.uvarov@linaro.org>
Subject: [RFC PATCH] optee: __optee_enumerate_devices() can be static
Date: Thu, 21 May 2020 13:49:32 +0800 [thread overview]
Message-ID: <20200521054932.GA42084@f61f8b3f25ca> (raw)
In-Reply-To: <20200518133459.28019-2-maxim.uvarov@linaro.org>
Signed-off-by: kbuild test robot <lkp@intel.com>
---
device.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tee/optee/device.c b/drivers/tee/optee/device.c
index 8263b308efd56..d4931dad07aaa 100644
--- a/drivers/tee/optee/device.c
+++ b/drivers/tee/optee/device.c
@@ -87,7 +87,7 @@ static int optee_register_device(const uuid_t *device_uuid, u32 device_id)
return rc;
}
-int __optee_enumerate_devices(u32 func)
+static int __optee_enumerate_devices(u32 func)
{
const uuid_t pta_uuid =
UUID_INIT(0x7011a688, 0xddde, 0x4053,
next prev parent reply other threads:[~2020-05-21 5:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-18 13:34 [PATCH 0/2] optee: register drivers on optee bus Maxim Uvarov
2020-05-18 13:34 ` [PATCH 1/2] optee: do drivers initialization before and after tee-supplicant run Maxim Uvarov
2020-05-20 2:19 ` kbuild test robot
2020-05-21 5:49 ` kbuild test robot [this message]
2020-05-18 13:34 ` [PATCH 2/2] tpm_ftpm_tee: register driver on tee bus Maxim Uvarov
2020-05-18 19:38 ` Jarkko Sakkinen
2020-05-19 7:09 ` Maxim Uvarov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200521054932.GA42084@f61f8b3f25ca \
--to=lkp@intel.com \
--cc=arnd@linaro.org \
--cc=gregkh@linuxfoundation.org \
--cc=jarkko.sakkinen@linux.intel.com \
--cc=jens.wiklander@linaro.org \
--cc=jgg@ziepe.ca \
--cc=kbuild-all@lists.01.org \
--cc=linux-integrity@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maxim.uvarov@linaro.org \
--cc=peterhuewe@gmx.de \
--cc=sumit.garg@linaro.org \
--cc=tee-dev@lists.linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox