Explorar el Código

qcacmn: Use PLD layer

Remove ICNSS_CONFIG dependency as it is taken care by PLD layer.

CRs-Fixed: 1013853
Change-Id: I7f174642a1d9053670b4544e0e37dee1d4849872
Yuanyuan Liu hace 9 años
padre
commit
a5f0a396a2
Se han modificado 1 ficheros con 1 adiciones y 8 borrados
  1. 1 8
      hif/inc/hif.h

+ 1 - 8
hif/inc/hif.h

@@ -461,7 +461,7 @@ uint32_t hif_hia_item_address(uint32_t target_type, uint32_t item_offset);
 void hif_set_target_sleep(struct hif_opaque_softc *scn, bool sleep_ok,
 		     bool wait_for_it);
 int hif_check_fw_reg(struct hif_opaque_softc *scn);
-#ifdef CONFIG_ICNSS
+#ifndef HIF_PCI
 static inline int hif_check_soc_status(struct hif_opaque_softc *scn)
 {
 	return 0;
@@ -552,14 +552,7 @@ void hif_process_runtime_resume_success(struct hif_opaque_softc *);
 #endif
 
 int hif_dump_registers(struct hif_opaque_softc *scn);
-#ifdef CONFIG_ICNSS
-static inline int ol_copy_ramdump(struct hif_opaque_softc *scn)
-{
-	return 0;
-}
-#else
 int ol_copy_ramdump(struct hif_opaque_softc *scn);
-#endif
 void hif_crash_shutdown(struct hif_opaque_softc *hif_ctx);
 void hif_get_hw_info(struct hif_opaque_softc *scn, u32 *version, u32 *revision,
 		     const char **target_name);