qcacld-3.0: Fix compilation issues after rebase

Remove the compilation issues for references to cdf after rebase

Change-Id: Ia39c5c72fe5c95f9a91d5f6967ea60904b46f756
CRs-Fixed: 981188
This commit is contained in:
Anurag Chouhan
2016-02-29 14:15:27 +05:30
committed by Gerrit - the friendly Code Review server
parent b2dc16fefe
commit df2b26883d
28 changed files with 156 additions and 161 deletions

View File

@@ -38,7 +38,7 @@
#include "hif.h"
struct ol_context;
QDF_STATUS ol_cds_init(cdf_device_t cdf_dev, void *hif_ctx);
QDF_STATUS ol_cds_init(qdf_device_t cdf_dev, void *hif_ctx);
void ol_cds_free(void);
/**