qcacmn: Fix kernel module check patch warnings in HIF Dispatcher files
Fix kernel module check patch warnings in HIF DISPATCHER files Change-Id: Ice22f299c075f99eacc20c7acc10fe8040139f97 CRs-fixed: 2033001
This commit is contained in:

committed by
snandini

parent
c23f28e540
commit
8e0313588d
@@ -195,7 +195,6 @@ hif_dummy_get_config_item(struct hif_softc *hif_sc,
|
||||
void
|
||||
hif_dummy_set_mailbox_swap(struct hif_softc *hif_sc)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -207,7 +206,6 @@ hif_dummy_set_mailbox_swap(struct hif_softc *hif_sc)
|
||||
void
|
||||
hif_dummy_claim_device(struct hif_softc *hif_sc)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -219,7 +217,6 @@ hif_dummy_claim_device(struct hif_softc *hif_sc)
|
||||
void
|
||||
hif_dummy_cancel_deferred_target_sleep(struct hif_softc *hif_sc)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -323,7 +320,6 @@ void hif_dummy_ipa_get_ce_resource(struct hif_softc *hif_sc,
|
||||
void
|
||||
hif_dummy_mask_interrupt_call(struct hif_softc *hif_sc)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -354,7 +350,6 @@ void hif_dummy_clear_stats(struct hif_softc *hif_ctx)
|
||||
void hif_dummy_set_bundle_mode(struct hif_softc *hif_ctx,
|
||||
bool enabled, int rx_bundle_cnt)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user