Constify some static variables (mostly structs) that are not modified. Rikard Falkeborn (5): hwrng: bcm2835 - Constify bcm2835_rng_devtype[] hwrng: nomadik - Constify nmk_rng_ids[] hwrng: virtio - Constify id_table[] ipmi: watchdog: Constify ident virtio_console: Constify some static variables drivers/char/hw_random/bcm2835-rng.c | 2 +- drivers/char/hw_random/nomadik-rng.c | 2 +- drivers/char/hw_random/virtio-rng.c | 2 +- drivers/char/ipmi/ipmi_watchdog.c | 2 +- drivers/char/virtio_console.c | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) -- 2.27.0