Skip to content
Snippets Groups Projects
Commit 98b1a488 authored by Federico Vaga's avatar Federico Vaga
Browse files

sw:drv: fix spec dependency


Reported-by: default avatarDimitris Lampridis <dimitris.lampridis@cern.ch>
Signed-off-by: default avatarFederico Vaga <federico.vaga@cern.ch>
parent 53cad6cf
No related branches found
No related tags found
No related merge requests found
......@@ -748,6 +748,6 @@ MODULE_VERSION(VERSION);
MODULE_DESCRIPTION("Driver for the 'Simple PCIe FMC Carrier' a.k.a. SPEC");
MODULE_DEVICE_TABLE(pci, spec_pci_tbl);
MODULE_SOFTDEP("pre: gn412x_gpio gn412x_fcl htvic spec_gn412x_dma i2c_mux i2c_ohwr spi-ocores");
MODULE_SOFTDEP("pre: gn412x_gpio gn412x_fcl htvic spec_gn412x_dma i2c_mux i2c-ocores spi-ocores");
ADDITIONAL_VERSIONS;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment