Browse Source

qcacmn: Fix compilation error for LINUX_VERSION_CODE

Fix compilation error for LINUX_VERSION_CODE in
i_qdf_time.h.

Change-Id: I4878594c398686d296f218b678247c5afa2f6ed0
CRs-Fixed: 2258897
Nirav Shah 6 years ago
parent
commit
faa27fbe89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qdf/linux/src/i_qdf_time.h

+ 1 - 1
qdf/linux/src/i_qdf_time.h

@@ -24,6 +24,7 @@
 #ifndef _I_QDF_TIME_H
 #define _I_QDF_TIME_H
 
+#include <linux/version.h>
 #include <linux/jiffies.h>
 #include <linux/delay.h>
 #include <linux/ktime.h>
@@ -38,7 +39,6 @@
 #ifdef CONFIG_CNSS
 #include <net/cnss.h>
 #endif
-#include <linux/version.h>
 
 typedef unsigned long __qdf_time_t;
 typedef ktime_t  __qdf_ktime_t;