mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
iser: Remove redundant linuxkpi MODULE_DEPEND
Since ibcore depends on linuxkpi, there is no need to pull in the
linuxkpi dependency in iser.
Sponsored by: The FreeBSD Foundation
Reviewed by: trasz
Differential Revision: https://reviews.freebsd.org/D32977
(cherry picked from commit f7523c8a19)
This commit is contained in:
parent
094b79ea73
commit
35f26bdf59
1 changed files with 0 additions and 1 deletions
|
|
@ -566,5 +566,4 @@ moduledata_t icl_iser_data = {
|
|||
DECLARE_MODULE(icl_iser, icl_iser_data, SI_SUB_DRIVERS, SI_ORDER_MIDDLE);
|
||||
MODULE_DEPEND(icl_iser, icl, 1, 1, 1);
|
||||
MODULE_DEPEND(icl_iser, ibcore, 1, 1, 1);
|
||||
MODULE_DEPEND(icl_iser, linuxkpi, 1, 1, 1);
|
||||
MODULE_VERSION(icl_iser, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue