hwrng: virtio - Constify id_table[]
authorRikard Falkeborn <rikard.falkeborn@gmail.com>
Wed, 1 Jul 2020 20:09:48 +0000 (22:09 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 9 Jul 2020 08:25:21 +0000 (18:25 +1000)
commita024d70ae29825b117f2c80c53345053f074cdc1
tree74b5b1a0d7b2f302a0056e3be6ac188506ec1ed0
parentb242973f0fae47563917c7bd2ac6bf2b72cdafe8
hwrng: virtio - Constify id_table[]

id_table[] is not modified and an be made const to allow the compiler to
put it in read-only memory.

Before:
   text    data     bss     dec     hex filename
   1746     192       8    1946     79a drivers/char/hw_random/virtio-rng.o

After:
   text    data     bss     dec     hex filename
   1762     176       8    1946     79a drivers/char/hw_random/virtio-rng.o

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/virtio-rng.c