aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2015-01-19 21:53:00 +0000
committerHans Petter Selasky <hselasky@FreeBSD.org>2015-01-19 21:53:00 +0000
commitd39d7c8636e4eb71d383a57db0e01e406ebe6528 (patch)
tree4a2ba752ee9bdeb68ad9ee9ab2ed91a0f01bd70b /sys/dev/cxgb
parent7c3892fc82a34e48c23b2b732392d3c6cfa23c2d (diff)
downloadsrc-d39d7c8636e4eb71d383a57db0e01e406ebe6528.tar.gz
src-d39d7c8636e4eb71d383a57db0e01e406ebe6528.zip
Notes
Diffstat (limited to 'sys/dev/cxgb')
-rw-r--r--sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c
index 1825a430d040..18876fe4245b 100644
--- a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c
+++ b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c
@@ -251,9 +251,6 @@ iwch_mod_unload(void)
}
#endif /* TCP_OFFLOAD */
-#undef MODULE_VERSION
-#include <sys/module.h>
-
static int
iwch_modevent(module_t mod, int cmd, void *arg)
{
@@ -299,3 +296,5 @@ MODULE_DEPEND(t3_tom, cxgbc, 1, 1, 1);
MODULE_DEPEND(iw_cxgb, toecore, 1, 1, 1);
MODULE_DEPEND(iw_cxgb, t3_tom, 1, 1, 1);
MODULE_DEPEND(iw_cxgb, ibcore, 1, 1, 1);
+MODULE_DEPEND(iw_cxgb, linuxapi, 1, 1, 1);
+