Namespace kernel version macros
[lttng-modules.git] / wrapper / kstrtox.h
index 0f0666fe7d57e40f6169ebf15587a83c48dd8382..e94f259e06cf6f4d9975589f67c5524103c070ef 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <linux/version.h>
+#include <lttng-kernel-version.h>
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(3,0,0))
+#if (LTTNG_LINUX_VERSION_CODE < LTTNG_KERNEL_VERSION(3,0,0))
+
+#include <linux/uaccess.h>
 
 /* Excludes final \0. */
 #define LTTNG_MAX_UINT_CHAR 10
This page took 0.025074 seconds and 4 git commands to generate.