Small fix for making this KLD to compile.

This commit is contained in:
Wojciech A. Koszek 2010-01-18 22:59:53 +00:00
parent edfe497ed4
commit 539f7d3ac2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202600

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)