Browse Source

qcacmn: Rename CONFIG_QCN7605 as QCN7605_SUPPORT

Rename CONFIG_QCN7605 as QCN7605_SUPPORT since QCN7605_SUPPORT
is already present/being used.

Change-Id: I1739bf86a9eb02aa6920f06bc929f686a5fa8f54
CRs-Fixed: 2369622
Ajit Pal Singh 6 years ago
parent
commit
d1698b6d90
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hif/src/usb/usbdrv.c

+ 2 - 2
hif/src/usb/usbdrv.c

@@ -227,7 +227,7 @@ static void usb_hif_free_pipe_resources(struct HIF_USB_PIPE *pipe)
 
 }
 
-#ifdef CONFIG_QCN7605
+#ifdef QCN7605_SUPPORT
 /**
  * usb_hif_get_logical_pipe_num() - get pipe number for a particular enpoint
  * @device: pointer to HIF_DEVICE_USB structure
@@ -323,7 +323,7 @@ static uint8_t usb_hif_get_logical_pipe_num
 
 	return pipe_num;
 }
-#endif /* CONFIG_QCN7605 */
+#endif /* QCN7605_SUPPORT */
 
 /**
  * usb_hif_get_logical_pipe_num() - setup urb resources for all pipes