qcacld-3.0: Remove hif_claim_device

hif_claim_device does not serve a purpose in copy engine.
The usage and implementation of hif_claim_device need to be
reexamined for sdio and usb. It should not store the device
in a ce specific data structure.

Change-Id: I0847e152ae3a1ca57d5c6937d6929918063cc362
CRs-Fixed: 967244
diff --git a/core/hif/src/ce/ce_main.h b/core/hif/src/ce/ce_main.h
index 1e82e58..8806bd3 100644
--- a/core/hif/src/ce/ce_main.h
+++ b/core/hif/src/ce/ce_main.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2015-2016 The Linux Foundation. All rights reserved.
  *
  * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  *
@@ -123,8 +123,6 @@
 	/* current msg callbacks in use */
 	struct hif_msg_callbacks msg_callbacks_current;
 
-	void *claimedContext;
-
 	/* Target address used to signal a pending firmware event */
 	uint32_t fw_indicator_address;