qcacmn: Fix compilation errors in QDF for Big Endian platform

Fix compilation issues faced on the WIN big endian
platform due to QDF convergence related changes.

Change-Id: I33b2a4bbe063acb4585b86e12fa79f96dc12ac73
CRs-Fixed: 1039318
This commit is contained in:
Sathish Kumar
2016-09-21 10:22:21 +05:30
committed by qcabuildsw
parent b1ea5f82ad
commit 79c2bf597e
8 changed files with 67 additions and 2 deletions

View File

@@ -36,6 +36,7 @@
#include "qdf_lock.h"
#include "qdf_list.h"
#include "qdf_mem.h"
#include <linux/export.h>
#ifdef CONFIG_MCL
#include <cds_mc_timer.h>
#endif