Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Apr 2023 14:57:35 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4fd9e206716d - main - linuxkpi: hdmi: Remove wrong dependency on wlan
Message-ID:  <202304021457.332EvZoJ017128@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=4fd9e206716d019f46300aad40e5aa750ebb2e9d

commit 4fd9e206716d019f46300aad40e5aa750ebb2e9d
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-04-02 14:56:23 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-04-02 14:56:23 +0000

    linuxkpi: hdmi: Remove wrong dependency on wlan
    
    Copy-paste mistake.
    
    Reported by:    Alastair Hogge <agh@riseup.net>
    Fixes:  f1d7ae31d4aa ("linuxkpi: Add hdmi helpers")
---
 sys/compat/linuxkpi/common/src/linux_hdmi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys/compat/linuxkpi/common/src/linux_hdmi.c b/sys/compat/linuxkpi/common/src/linux_hdmi.c
index 5a9b5c552e49..172616306506 100644
--- a/sys/compat/linuxkpi/common/src/linux_hdmi.c
+++ b/sys/compat/linuxkpi/common/src/linux_hdmi.c
@@ -1919,4 +1919,3 @@ EXPORT_SYMBOL(hdmi_infoframe_unpack);
 
 MODULE_VERSION(linuxkpi_hdmi, 1);
 MODULE_DEPEND(linuxkpi_hdmi, linuxkpi, 1, 1, 1);
-MODULE_DEPEND(linuxkpi_hdmi, wlan, 1, 1, 1);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304021457.332EvZoJ017128>