diff options
-rw-r--r-- | share/examples/kld/firmware/fwconsumer/fw_consumer.c | 2 |
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 97ab99a..6a51737 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) |