mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix driver name.
Submitted by: Tyuryukanov S.Y.
This commit is contained in:
parent
41236539d8
commit
b98fbf3781
1 changed files with 1 additions and 1 deletions
|
|
@ -394,4 +394,4 @@ static device_method_t rk3568_pcie_methods[] = {
|
|||
|
||||
DEFINE_CLASS_1(pcib, rk3568_pcie_driver, rk3568_pcie_methods,
|
||||
sizeof(struct rk3568_pcie_softc), pci_dw_driver);
|
||||
DRIVER_MODULE(mv_pcie, simplebus, rk3568_pcie_driver, NULL, NULL);
|
||||
DRIVER_MODULE(rk3568_pcie, simplebus, rk3568_pcie_driver, NULL, NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue