diff options
| author | Manjunathappa Prakash <prakashpm@codeaurora.org> | 2017-07-03 17:19:55 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-09-19 01:40:46 -0700 |
| commit | ea3f18fa87752fdf0688e477e1594f414dc3d163 (patch) | |
| tree | 6352da1552bec7b2520a16dbc12d0e74b69d682f | |
| parent | 7420281a9e3085e14ec8ce58a236f3855908dd97 (diff) | |
qcacmn: Use HOST_INTEREST_ADDRESS from targaddrs.h
WIN side code already uses the address FW interface header file.
No impact on MCL side as these are addresses are for WIN chips.
Change-Id: I540de3adf749d02aa9e56cca3f1f1baa39052dc7
CRs-Fixed: 2066361
| -rw-r--r-- | hif/src/hif_main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hif/src/hif_main.c b/hif/src/hif_main.c index aa3d05883cbc..6cd21f42f771 100644 --- a/hif/src/hif_main.c +++ b/hif/src/hif_main.c @@ -145,12 +145,6 @@ bool hif_can_suspend_link(struct hif_opaque_softc *hif_ctx) return scn->linkstate_vote == 0; } -#ifndef CONFIG_WIN -#define QCA9984_HOST_INTEREST_ADDRESS -1 -#define QCA9888_HOST_INTEREST_ADDRESS -1 -#define IPQ4019_HOST_INTEREST_ADDRESS -1 -#endif - /** * hif_hia_item_address(): hif_hia_item_address * @target_type: target_type |
