qcacmn: Use new HIF_SNOC flag

Use new HIF_SNOC instead of assuming snoc when pci is not defined.
Exposes duplicate function defs with HIF_SNOC and HIF_PCI both defined.
Remove some trivial HIF_PCI conditional compilation.

Change-Id: I958740f49b3298c165e662b89b586bda2b3d2ee8
CRs-Fixed: 986480
This commit is contained in:
Houston Hoffman
2016-03-14 21:11:41 -07:00
committed by Vishwajith Upendra
parent 854e67f791
commit bc69349d0d
8 changed files with 22 additions and 96 deletions

View File

@@ -33,7 +33,9 @@
#include "hif.h"
#ifdef HIF_PCI
#include "hif_io32_pci.h"
#else
#endif
#ifdef HIF_SNOC
#include "hif_io32_snoc.h"
#endif /* HIF_PCI */
#endif /* __HIF_IO32_H__ */