Prechádzať zdrojové kódy

qcacmn: Conditionaly compile hif_pci_probe_tgt_wakeup

hif_pci_probe_tgt_wakeup has been made static, so the compilation
must follow its conditional use.

Change-Id: I4c289ed7c7bb8c5b6fbde265c37dc0c3665b81fa
CRs-Fixed: 1096402
Houston Hoffman 8 rokov pred
rodič
commit
6a5fff6bec
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      hif/src/pcie/if_pci.c

+ 2 - 0
hif/src/pcie/if_pci.c

@@ -2264,6 +2264,7 @@ static void hif_disable_pci(struct hif_pci_softc *sc)
 	pci_disable_device(sc->pdev);
 }
 
+#ifndef QCA_WIFI_NAPIER_EMULATION
 static int hif_pci_probe_tgt_wakeup(struct hif_pci_softc *sc)
 {
 	int ret = 0;
@@ -2331,6 +2332,7 @@ static int hif_pci_probe_tgt_wakeup(struct hif_pci_softc *sc)
 end:
 	return ret;
 }
+#endif
 
 static void wlan_tasklet_msi(unsigned long data)
 {