]> Git Repo - J-linux.git/blobdiff - drivers/pci/controller/dwc/pcie-al.c
Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[J-linux.git] / drivers / pci / controller / dwc / pcie-al.c
index abf37aa68e514ab3f8e6707a83fb0405f6778b16..e8afa50129a8f205879bc137113a0e273b588e65 100644 (file)
@@ -314,9 +314,6 @@ static const struct dw_pcie_host_ops al_pcie_host_ops = {
        .host_init = al_pcie_host_init,
 };
 
-static const struct dw_pcie_ops dw_pcie_ops = {
-};
-
 static int al_pcie_probe(struct platform_device *pdev)
 {
        struct device *dev = &pdev->dev;
@@ -334,7 +331,6 @@ static int al_pcie_probe(struct platform_device *pdev)
                return -ENOMEM;
 
        pci->dev = dev;
-       pci->ops = &dw_pcie_ops;
        pci->pp.ops = &al_pcie_host_ops;
 
        al_pcie->pci = pci;
This page took 0.026986 seconds and 4 git commands to generate.