qcacmn: Remove icnss_dispatch_irq

icnss_dispatch_irq is a stub for a non-existent function.
Make a pci function that doesn't use a global data structure.

Change-Id: I636d59cb465acf1366269d96a5dcacf910f8d78c
CRs-Fixed: 1002083
This commit is contained in:
Houston Hoffman
2016-04-06 21:21:40 -07:00
committed by Gerrit - the friendly Code Review server
父節點 49f6c66ca7
當前提交 247f09b86a
共有 6 個文件被更改,包括 73 次插入153 次删除

查看文件

@@ -89,7 +89,7 @@ int hif_napi_enabled(struct hif_opaque_softc *hif, int ce);
/* called from hdd (napi_poll), using napi id as a selector */
void hif_napi_enable_irq(struct hif_opaque_softc *hif, int id);
/* called by ce_tasklet.c::ce_irq_handler */
/* called by ce_tasklet.c::ce_dispatch_interrupt*/
int hif_napi_schedule(struct hif_opaque_softc *scn, int ce_id);
/* called by hdd_napi, which is called by kernel */