Record the dependency of the iscsi initiator on cam.

PR:		116745
Submitted by:	OISHI Masakuni
Approved by:	rwatson (mentor)
MFC after:	1 month
This commit is contained in:
antoine 2008-04-20 15:56:59 +00:00
parent 8d9408ec26
commit 3ff3981534

View File

@ -808,3 +808,4 @@ moduledata_t iscsi_mod = {
};
DECLARE_MODULE(iscsi, iscsi_mod, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
MODULE_DEPEND(iscsi, cam, 1, 1, 1);