commit | 7f90611693f08f6b29209bd8d704ee17cbe003a0 | [log] [tgz] |
---|---|---|
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | Fri Sep 11 22:35:08 2020 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Oct 21 10:34:09 2020 -0400 |
tree | ca0d58bc30e14f70a5572445bac18fcfbef1e338 | |
parent | bfec6c83077cd784fb049abbe2c5ff32629a7498 [diff] |
virtio_input: Constify id_table id_table is not modified, so make it const to allow the compiler to put it in read-only memory. Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com> Link: https://lore.kernel.org/r/20200911203509.26505-3-rikard.falkeborn@gmail.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com>