mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Small fix for making this KLD to compile.
This commit is contained in:
parent
edfe497ed4
commit
539f7d3ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue