Small fix for making this KLD to compile.

This commit is contained in:
wkoszek 2010-01-18 22:59:53 +00:00
parent 260e3efd2e
commit 6bbfdedac1

View File

@ -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)