diff options
| author | Komal Seelam <kseelam@qti.qualcomm.com> | 2014-10-01 09:54:53 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-10-02 13:08:10 -0700 |
| commit | 67fe1da91cbc61ead20cdc3fc1b64a0ee2976d5a (patch) | |
| tree | 0781175212e442d6251b2e88fbb8aef744fbdea1 | |
| parent | e0c49eb5640414d70e8ef61b1c8ab541c2fa3bf8 (diff) | |
qcacld: Fix Compilation errors for x86-SDIO platform
Fix Compilation errors for x86-SDIO platform
CRs-Fixed: 729065
Change-Id: I6b9d16209712be6d50ea6877cbf886cc46d5e998
| -rw-r--r-- | CORE/SERVICES/BMI/ol_fw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SERVICES/BMI/ol_fw.c b/CORE/SERVICES/BMI/ol_fw.c index 2a4e7a10aa88..ccd974f5853b 100644 --- a/CORE/SERVICES/BMI/ol_fw.c +++ b/CORE/SERVICES/BMI/ol_fw.c @@ -2194,7 +2194,6 @@ static int ol_diag_read_reg_loc(struct ol_softc *scn, u_int8_t *buffer, out: return result; } -#endif void ol_dump_target_memory(HIF_DEVICE *hif_device, void *memoryBlock) { @@ -2220,6 +2219,7 @@ void ol_dump_target_memory(HIF_DEVICE *hif_device, void *memoryBlock) bufferLoc += size; } } +#endif /**--------------------------------------------------------------------------- * \brief ol_target_coredump |
