[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200521054932.GA42084@f61f8b3f25ca>
Date: Thu, 21 May 2020 13:49:32 +0800
From: kbuild test robot <lkp@...el.com>
To: Maxim Uvarov <maxim.uvarov@...aro.org>,
linux-kernel@...r.kernel.org, tee-dev@...ts.linaro.org
Cc: kbuild-all@...ts.01.org, peterhuewe@....de,
jarkko.sakkinen@...ux.intel.com, jgg@...pe.ca,
gregkh@...uxfoundation.org, jens.wiklander@...aro.org,
linux-integrity@...r.kernel.org, arnd@...aro.org,
sumit.garg@...aro.org, Maxim Uvarov <maxim.uvarov@...aro.org>
Subject: [RFC PATCH] optee: __optee_enumerate_devices() can be static
Signed-off-by: kbuild test robot <lkp@...el.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,
Powered by blists - more mailing lists