MFC r256302:

Add dependency on ibcore now that it has been modularized.

Approved by:	re (gjb)
This commit is contained in:
Navdeep Parhar 2013-10-10 22:44:29 +00:00
parent cca6eb1b77
commit 10bc9af281
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=256303

View File

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