From 10bc9af28147d2b889e251862ca1dfb79d315776 Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Thu, 10 Oct 2013 22:44:29 +0000 Subject: [PATCH] MFC r256302: Add dependency on ibcore now that it has been modularized. Approved by: re (gjb) --- sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c index c8652a0c97de..1825a430d040 100644 --- a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c +++ b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c @@ -298,3 +298,4 @@ DECLARE_MODULE(iw_cxgb, iwch_mod_data, SI_SUB_EXEC, SI_ORDER_ANY); 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);