qcacmn: remove module parameter from dp code
Remove napi_budget module parameter from dp code. Change-Id: Ib48d08044977da9091f1a1264d219420d7f53962 CRs-Fixed: 2096650
This commit is contained in:

committed by
Nandini Suresh

parent
1d5f7ede48
commit
b3d6b4e446
@@ -890,7 +890,8 @@ uint32_t hif_configure_ext_group_interrupts(struct hif_opaque_softc *hif_ctx);
|
||||
uint32_t hif_register_ext_group(struct hif_opaque_softc *hif_ctx,
|
||||
uint32_t numirq, uint32_t irq[], ext_intr_handler handler,
|
||||
void *cb_ctx, const char *context_name,
|
||||
uint32_t budget);
|
||||
enum hif_exec_type type, uint32_t scale);
|
||||
|
||||
void hif_deregister_exec_group(struct hif_opaque_softc *hif_ctx,
|
||||
const char *context_name);
|
||||
|
||||
|
Reference in New Issue
Block a user