fix: double defined LTTNG_KERNEL_VERSION
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 9 Feb 2021 15:53:34 +0000 (10:53 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 9 Feb 2021 19:23:43 +0000 (14:23 -0500)
Cleanup a rebase error which resulted in double defined macros.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id9ddce968c0d142c2c1013e0f51f649caa23ee4c

include/lttng/kernel-version.h

index 5f388dce11a0257aa4f0aa7062a55e8418e0f6d9..a41829f0a6160ee33be6f8ea9da258910148c752 100644 (file)
@@ -13,9 +13,6 @@
 #include <linux/version.h>
 #include <generated/utsrelease.h>
 
-#define LTTNG_KERNEL_VERSION(a, b, c) KERNEL_VERSION(a, b, c)
-#define LTTNG_LINUX_VERSION_CODE LINUX_VERSION_CODE
-
 /*
  * The following defines are extracted from the toplevel Linux Makefile and
  * passed on the command line -with '-D'.
This page took 0.025829 seconds and 4 git commands to generate.