Put MODULE_VERSION back here so that ispfw is happy.

This commit is contained in:
mjacob 2002-07-25 16:00:24 +00:00
parent 8e466364e9
commit 340952314a

View File

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