lindebugfs,rtw88,rtw89: correct module dependencies
In f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00 the name of the PSEUDOFS was changed from debugsfs to lindebugfs but the in-tree consumers were not updated now leaving the drivers not loading if compiled with debugfs support due to missing dependencies. MFC after: 3 days X-MFC-with-after: f697b9432d9c7aa4c5ab5f5445ef5dc1bd40ce00
This commit is contained in:
parent
f808c43ad9
commit
1a2b55732f
@ -1955,6 +1955,6 @@ MODULE_VERSION(rtw_pci, 1);
|
||||
MODULE_DEPEND(rtw_pci, linuxkpi, 1, 1, 1);
|
||||
MODULE_DEPEND(rtw_pci, linuxkpi_wlan, 1, 1, 1);
|
||||
#ifdef CONFIG_RTW88_DEBUGFS
|
||||
MODULE_DEPEND(rtw_pci, debugfs, 1, 1, 1);
|
||||
MODULE_DEPEND(rtw_pci, lindebugfs, 1, 1, 1);
|
||||
#endif
|
||||
#endif
|
||||
|
@ -3937,6 +3937,6 @@ MODULE_VERSION(rtw89_pci, 1);
|
||||
MODULE_DEPEND(rtw89_pci, linuxkpi, 1, 1, 1);
|
||||
MODULE_DEPEND(rtw89_pci, linuxkpi_wlan, 1, 1, 1);
|
||||
#ifdef CONFIG_RTW89_DEBUGFS
|
||||
MODULE_DEPEND(rtw89_pci, debugfs, 1, 1, 1);
|
||||
MODULE_DEPEND(rtw89_pci, lindebugfs, 1, 1, 1);
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user