git: 4fd9e206716d - main - linuxkpi: hdmi: Remove wrong dependency on wlan
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Apr 2023 14:57:35 UTC
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);