aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random/armv8rng.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random/armv8rng.c')
-rw-r--r--sys/dev/random/armv8rng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/armv8rng.c b/sys/dev/random/armv8rng.c
index 61698bfff820..524d80317681 100644
--- a/sys/dev/random/armv8rng.c
+++ b/sys/dev/random/armv8rng.c
@@ -44,7 +44,7 @@
static u_int random_rndr_read(void *, u_int);
static bool has_rndr;
-static struct random_source random_armv8_rndr = {
+static const struct random_source random_armv8_rndr = {
.rs_ident = "Armv8 rndr RNG",
.rs_source = RANDOM_PURE_ARMV8,
.rs_read = random_rndr_read,