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:
parent
8d9408ec26
commit
3ff3981534
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user