aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/qcom_rnd/qcom_rnd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/qcom_rnd/qcom_rnd.c')
-rw-r--r--sys/dev/qcom_rnd/qcom_rnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qcom_rnd/qcom_rnd.c b/sys/dev/qcom_rnd/qcom_rnd.c
index fdd0b553523e..a5ece7e00f28 100644
--- a/sys/dev/qcom_rnd/qcom_rnd.c
+++ b/sys/dev/qcom_rnd/qcom_rnd.c
@@ -63,7 +63,7 @@ static int qcom_rnd_detach(device_t);
static int qcom_rnd_harvest(struct qcom_rnd_softc *, void *, size_t *);
static unsigned qcom_rnd_read(void *, unsigned);
-static struct random_source random_qcom_rnd = {
+static const struct random_source random_qcom_rnd = {
.rs_ident = "Qualcomm Entropy Adapter",
.rs_source = RANDOM_PURE_QUALCOMM,
.rs_read = qcom_rnd_read,