qcacmn: Update Interrupt name list

Update Interrupt name list of dummy_irq handler.

Change-Id: I8e79f6e64a0fec2bb72d4c44cd8647669cbb44cf
This commit is contained in:
Sathyanarayanan Esakkiappan
2018-09-26 17:53:47 +05:30
committed by nshrivas
parent b5eee614ee
commit 29c8fd48da
2 changed files with 2 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ typedef void *hif_handle_t;
* defining irq nubers that can be used by external modules like datapath
*/
enum hif_ic_irq {
host2wbm_desc_feed = 18,
host2wbm_desc_feed = 16,
host2reo_re_injection,
host2reo_command,
host2rxdma_monitor_ring3,

View File

@@ -42,7 +42,7 @@
#endif
#define HIF_IC_CE0_IRQ_OFFSET 4
#define HIF_IC_MAX_IRQ 54
#define HIF_IC_MAX_IRQ 52
static uint8_t ic_irqnum[HIF_IC_MAX_IRQ];
/* integrated chip irq names */
@@ -63,8 +63,6 @@ const char *ic_irqname[HIF_IC_MAX_IRQ] = {
"ce9",
"ce10",
"ce11",
"ce12",
"ce13",
"host2wbm-desc-feed",
"host2reo-re-injection",
"host2reo-command",