1
0
Fork 0

hwrng: make symbol 'optee_rng_id_table' static

Fixes the following sparse warning:

drivers/char/hw_random/optee-rng.c:265:35: warning:
 symbol 'optee_rng_id_table' was not declared. Should it be static?

Fixes: 5fe8b1cc6a ("hwrng: add OP-TEE based rng driver")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
hifive-unleashed-5.1
Wei Yongjun 2019-02-20 09:34:58 +00:00 committed by Arnd Bergmann
parent 62ade1bed2
commit 4f640201a8
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ static int optee_rng_remove(struct device *dev)
return 0;
}
const struct tee_client_device_id optee_rng_id_table[] = {
static const struct tee_client_device_id optee_rng_id_table[] = {
{UUID_INIT(0xab7a617c, 0xb8e7, 0x4d8f,
0x83, 0x01, 0xd0, 0x9b, 0x61, 0x03, 0x6b, 0x64)},
{}