aboutsummaryrefslogtreecommitdiff
path: root/share/examples/kld/firmware/fwconsumer/fw_consumer.c
diff options
context:
space:
mode:
Diffstat (limited to 'share/examples/kld/firmware/fwconsumer/fw_consumer.c')
-rw-r--r--share/examples/kld/firmware/fwconsumer/fw_consumer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/kld/firmware/fwconsumer/fw_consumer.c b/share/examples/kld/firmware/fwconsumer/fw_consumer.c
index 97ab99aa0f7a..6a51737846e9 100644
--- a/share/examples/kld/firmware/fwconsumer/fw_consumer.c
+++ b/share/examples/kld/firmware/fwconsumer/fw_consumer.c
@@ -36,7 +36,7 @@ __FBSDID("$FreeBSD$");
#include <sys/proc.h>
#include <sys/module.h>
-static struct firmware *fp;
+static const struct firmware *fp;
static int
fw_consumer_modevent(module_t mod, int type, void *unused)