linuxkpi: hdmi: Remove wrong dependency on wlan

Copy-paste mistake.

Reported by:	Alastair Hogge <agh@riseup.net>
Fixes:	f1d7ae31d4 ("linuxkpi: Add hdmi helpers")
This commit is contained in:
Emmanuel Vadot 2023-04-02 16:56:23 +02:00
parent 25b86f8559
commit 4fd9e20671

View File

@ -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);