aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
commit9823d52705ad71f19ef2205aa729547ac396e3eb (patch)
treef558c08714a1def984e388cf1f14e3786bf01dbf /sys/i386/ibcs2
parent87b8c3906166a5b64c6dc4dc7a5db7eb32406d9d (diff)
downloadsrc-9823d52705ad71f19ef2205aa729547ac396e3eb.tar.gz
src-9823d52705ad71f19ef2205aa729547ac396e3eb.zip
Revert previous commit...
Pointyhat to: kevlo (myself)
Notes
Notes: svn path=/head/; revision=241394
Diffstat (limited to 'sys/i386/ibcs2')
-rw-r--r--sys/i386/ibcs2/ibcs2_sysvec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/ibcs2_sysvec.c b/sys/i386/ibcs2/ibcs2_sysvec.c
index 6a99bbcc2f8a..5b6f680cb13b 100644
--- a/sys/i386/ibcs2/ibcs2_sysvec.c
+++ b/sys/i386/ibcs2/ibcs2_sysvec.c
@@ -133,6 +133,6 @@ ibcs2_modevent(module_t mod, int type, void *unused)
static moduledata_t ibcs2_mod = {
"ibcs2",
ibcs2_modevent,
- NULL
+ 0
};
DECLARE_MODULE_TIED(ibcs2, ibcs2_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);