From nobody Wed Nov 24 20:19:50 2021 X-Original-To: dev-commits-src-branches@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 7791518AA900; Wed, 24 Nov 2021 20:19:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hzsn31KX8z3Cwl; Wed, 24 Nov 2021 20:19:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 0D27F10796; Wed, 24 Nov 2021 20:19:51 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AOKJomL029390; Wed, 24 Nov 2021 20:19:50 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AOKJoLs029389; Wed, 24 Nov 2021 20:19:50 GMT (envelope-from git) Date: Wed, 24 Nov 2021 20:19:50 GMT Message-Id: <202111242019.1AOKJoLs029389@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Ka Ho Ng Subject: git: b0c7681ed739 - stable/12 - iser: Remove redundant linuxkpi MODULE_DEPEND List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-branches@freebsd.org X-BeenThere: dev-commits-src-branches@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: khng X-Git-Repository: src X-Git-Refname: refs/heads/stable/12 X-Git-Reftype: branch X-Git-Commit: b0c7681ed7398182de7b9026714c24ec20982796 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637785191; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=VmTa61eP4mwbByCpQ1UqA3untf7+Zp81zgfVaAqbY/s=; b=RDz5o/mnwwfGUYrffVBuyKKxHpbgYFBhSGRgC6f4aABrVoDbZMDKq6aXWmbQm1EJg0sFBO mASU/ctBaE9QWYullccMYpqKaI+kGTqfO4HI85/MLMVe0/gJ88vt+P0XyKBKYXuOzrw0Mh nPGBMrRwqlB1MY8OXA+Q9vUipwpRXdBzyedcq6aYJjzkArqFOiR49XZ/nU4AGD6TJoHl8o 2KTNDZCrp1Jbb+/zbX7wZDhCLo/c8yEpUj/McMAvc0ZIraHdwJ5dK2d9RF8V8yoZ3WLgRs c+a9VxmCEB30CmlnKUXaUaXyE1tC9/TaxCgn9WrOq9FuOKpnZCtBnmfs7Dd/zQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637785191; a=rsa-sha256; cv=none; b=Llu0dG9HucMwrosdmctj2wByxRLxDzKn9ww3h/yQJIZyzvjXgJ4pL5gws4yZkuAWRPjg/l dFUK+uzt7jPTiAXqnJ+jX9GJ0JTiWKjYP9r94ODiYPv8lU9D9UdXKDJlwFgoio+CwENfhh VJoF2OiCpsdOUjOmCH81ET8izfTIdbCeoYZn8YrycM8MAJHGLxcmbcZKcdMthyQVQnmS78 ZMoxz2layhj0lnj50PSuBkiV5wRPCnhp0ZV2KAw0NOtBQWJ5AoWAhYu1A0fQIPcaKkJ/Qd GSTfflwsNaXEC7wpKOM1558Q+Zuqm5Wcrm/WT5lcrues4bZ0C86gLJRKEuYrgg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch stable/12 has been updated by khng: URL: https://cgit.FreeBSD.org/src/commit/?id=b0c7681ed7398182de7b9026714c24ec20982796 commit b0c7681ed7398182de7b9026714c24ec20982796 Author: Ka Ho Ng AuthorDate: 2021-11-15 06:04:08 +0000 Commit: Ka Ho Ng CommitDate: 2021-11-24 20:18:12 +0000 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 f7523c8a19d008412ccc969b12eeb756613f3678) --- sys/dev/iser/icl_iser.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/iser/icl_iser.c b/sys/dev/iser/icl_iser.c index 622178ab4dd3..dba3eaeb8587 100644 --- a/sys/dev/iser/icl_iser.c +++ b/sys/dev/iser/icl_iser.c @@ -565,5 +565,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);