qcacld-3.0: Remove redundancy in svc to ce map

Map was replicated at 2 places.
Deleting the second one to use only one.

Change-Id: Ie3a6f0882cbaf2988f8e456b989d3fed9d631de0
CRs-Fixed: 936404
diff --git a/core/hif/inc/hif.h b/core/hif/inc/hif.h
index 0c9a413..aa0b605 100644
--- a/core/hif/inc/hif.h
+++ b/core/hif/inc/hif.h
@@ -609,9 +609,9 @@
 void hif_cancel_deferred_target_sleep(struct ol_softc *scn);
 void hif_get_default_pipe(struct ol_softc *scn, uint8_t *ULPipe,
 			  uint8_t *DLPipe);
-int hif_map_service_to_pipe(struct ol_softc *scn, uint16_t ServiceId,
-			    uint8_t *ULPipe, uint8_t *DLPipe,
-			    int *ul_is_polled, int *dl_is_polled);
+int hif_map_service_to_pipe(struct ol_softc *scn, uint16_t svc_id,
+			uint8_t *ul_pipe, uint8_t *dl_pipe, int *ul_is_polled,
+			int *dl_is_polled);
 uint16_t hif_get_free_queue_number(struct ol_softc *scn, uint8_t PipeID);
 void *hif_get_targetdef(struct ol_softc *scn);
 void hi_fsuspendwow(struct ol_softc *scn);