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:

committed by
Vishwajith Upendra

parent
854e67f791
commit
bc69349d0d
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user