diff options
| author | Rajeev Kumar <rajekuma@qca.qualcomm.com> | 2014-05-21 12:08:19 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-05-23 13:13:38 -0700 |
| commit | aa1c484f41f1e9d43732146f3c79bc7aceb2d420 (patch) | |
| tree | 416c9d0c285ef1c8cedfe39bce7c254e55e4b19f | |
| parent | fc7277c05bacd4b076ec2ecbda004a911c004536 (diff) | |
qcacld: Resolve compilation error of SDIO driver
Resolve compilation error in SDIO driver caused by
memory pre-allocation changes
Change-Id: Ida05b6baec4a24142e931a3918578dba37f48136
CRs-Fixed: 662637
| -rw-r--r-- | CORE/SERVICES/HIF/sdio/linux/native_sdio/src/hif_scatter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SERVICES/HIF/sdio/linux/native_sdio/src/hif_scatter.c b/CORE/SERVICES/HIF/sdio/linux/native_sdio/src/hif_scatter.c index 39dcd9031d91..52c628256ce3 100644 --- a/CORE/SERVICES/HIF/sdio/linux/native_sdio/src/hif_scatter.c +++ b/CORE/SERVICES/HIF/sdio/linux/native_sdio/src/hif_scatter.c @@ -32,6 +32,7 @@ #include <linux/mmc/sdio.h> #include <linux/kthread.h> #include "hif_internal.h" +#include <adf_os_mem.h> #define ATH_MODULE_NAME hif #include "a_debug.h" |
