diff options
| author | Houston Hoffman <hhoffman@qca.qualcomm.com> | 2016-01-18 15:38:27 -0800 |
|---|---|---|
| committer | Akash Patel <akashp@codeaurora.org> | 2016-02-08 15:50:44 -0800 |
| commit | dc9c6c26b06a86f24cc628143ca0b9a690ee74ca (patch) | |
| tree | c9f9057679e4a434c38637a52929e798ecaee986 /core/bmi/src | |
| parent | 7f0c7f473597da867503f5ab721b5e31c88a6de7 (diff) | |
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
Diffstat (limited to 'core/bmi/src')
| -rw-r--r-- | core/bmi/src/bmi.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/bmi/src/bmi.c b/core/bmi/src/bmi.c index ddeab53c0197..6753f01b1bf2 100644 --- a/core/bmi/src/bmi.c +++ b/core/bmi/src/bmi.c @@ -1,5 +1,5 @@ /* - * copyright (c) 2014-2015 The Linux Foundation. All rights reserved. + * copyright (c) 2014-2016 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -110,7 +110,6 @@ void bmi_cleanup(struct ol_softc *scn) CDF_STATUS bmi_done(struct ol_softc *scn) { CDF_STATUS status = CDF_STATUS_SUCCESS; - hif_claim_device(scn, scn); if (NO_BMI) return status; |
