qcacmn: Remove duplicate definition from hif layer

FW common files needs to be in sync with host and fw.
There are duplicate definition of target attach API when
latest copy of fw common files are used.
Remove duplicate definition of target attach from hif layer.

Change-Id: Ie4a80ba07bc3ec2d9d1466c32062c373c9759a94
CRs-Fixed: 1012542
Cette révision appartient à :
Govind Singh
2016-05-10 12:23:41 +05:30
révisé par Nandini Suresh
Parent 084e541d60
révision 051a8c4457
6 fichiers modifiés avec 11 ajouts et 7 suppressions

Voir le fichier

@@ -737,7 +737,7 @@ typedef struct TGT_REG_TABLE {
} tgt_reg_table;
struct hif_softc;
void target_register_tbl_attach(struct hif_softc *scn, u32 target_type);
void hif_target_register_tbl_attach(struct hif_softc *scn, u32 target_type);
void hif_register_tbl_attach(struct hif_softc *scn, u32 hif_type);
#endif /* _REGTABLE_PCIE_H_ */