Rikard Falkeborn a024d70ae2 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>
2020-07-09 18:25:21 +10:00
..
2020-06-05 13:58:04 -07:00
2018-06-05 11:24:55 -07:00
2020-01-30 06:58:33 +01:00
2019-11-13 19:08:22 +08:00
2020-03-19 07:41:02 +01:00
2020-05-29 11:03:30 -04:00