qcacmn: Move regdef for qca8074 out of AHB compiler flag

X86 uses PCI to connect to qca8074. ATH_AHB is not enabled on x86
but regdef is required to set correct offset for registers. Move the
initialization code out of ATH_AHB compiler flag.

Change-Id: I369f9c87e006fa3ae929e18a6922332d84f01382
CRs-Fixed: 1079647
Cette révision appartient à :
Kiran Venkatappa
2016-10-19 14:58:31 +05:30
révisé par qcabuildsw
Parent 7cec5a90f0
révision 8c8390a7c2
3 fichiers modifiés avec 5 ajouts et 5 suppressions

Voir le fichier

@@ -35,7 +35,7 @@ extern struct hostdef_s *QCA9984_HOSTdef;
extern struct hostdef_s *QCA9888_HOSTdef;
#ifdef ATH_AHB
extern struct hostdef_s *IPQ4019_HOSTdef;
extern struct hostdef_s *QCA8074_HOSTdef;
#endif
extern struct hostdef_s *QCA8074_HOSTdef;
#endif