mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Put MODULE_VERSION back here so that ispfw is happy.
This commit is contained in:
parent
a9a70dec76
commit
4eb494274f
1 changed files with 2 additions and 0 deletions
|
|
@ -30,10 +30,12 @@
|
|||
#include <sys/kthread.h>
|
||||
#include <machine/stdarg.h> /* for use by isp_prt below */
|
||||
#include <sys/conf.h>
|
||||
#include <sys/module.h>
|
||||
#include <sys/ioccom.h>
|
||||
#include <dev/isp/isp_ioctl.h>
|
||||
|
||||
|
||||
MODULE_VERSION(isp, 1);
|
||||
int isp_announced = 0;
|
||||
ispfwfunc *isp_get_firmware_p = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue