summaryrefslogtreecommitdiff
path: root/qdf/linux/src/qdf_threads.c
diff options
context:
space:
mode:
authorSathish Kumar <ksathis@codeaurora.org>2016-09-21 10:22:21 +0530
committerqcabuildsw <qcabuildsw@localhost>2016-09-22 01:01:45 -0700
commit7c5e0f49cc60d259e1072bc4b83dab1ba39623d8 (patch)
treedc6e6ed49440af23c4804e7dc2f7a063285b6778 /qdf/linux/src/qdf_threads.c
parent995792f50b4557bb9d3f1c8cea1bf024a3ba848e (diff)
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
Diffstat (limited to 'qdf/linux/src/qdf_threads.c')
-rw-r--r--qdf/linux/src/qdf_threads.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qdf/linux/src/qdf_threads.c b/qdf/linux/src/qdf_threads.c
index 758b5db99eb4..679af0cab07d 100644
--- a/qdf/linux/src/qdf_threads.c
+++ b/qdf/linux/src/qdf_threads.c
@@ -38,6 +38,7 @@
#include <linux/sched.h>
#include <linux/delay.h>
#include <linux/interrupt.h>
+#include <linux/export.h>
/* Function declarations and documenation */