qcacmn: remove unused WCN7850 emulation device id

Removed unused WCN7850_EMULATION_DEVICE_ID.

Change-Id: I66a148accd25cfa9be6c7db35e4f89b569478947
This commit is contained in:
Basamma Yakkanahalli
2021-05-06 09:10:27 +05:30
committed by Madan Koyyalamudi
parent 73de559075
commit 418f1c828d
4 changed files with 0 additions and 4 deletions

View File

@@ -1531,7 +1531,6 @@ int hif_get_device_type(uint32_t device_id,
break;
case WCN7850_DEVICE_ID:
case WCN7850_EMULATION_DEVICE_ID:
*hif_type = HIF_TYPE_WCN7850;
*target_type = TARGET_TYPE_WCN7850;
hif_info(" *********** WCN7850 *************");