Remove unneeded CONFIG_* define check
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Aug 2011 21:00:35 +0000 (17:00 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Aug 2011 21:00:35 +0000 (17:00 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/ust/tracepoint-event.h

index 2d31f64d4a2201f0fbcdaf6d06958b288f233847..402810f937879ba51c086f20a580c63ff6f06b8b 100644 (file)
@@ -84,9 +84,7 @@
 
 #include TRACEPOINT_INCLUDE(TRACEPOINT_INCLUDE_FILE)
 
-#ifndef CONFIG_NO_EVENT_TRACING
 #include <ust/lttng-tracepoint-event.h>
-#endif
 
 #undef TRACEPOINT_EVENT
 #undef TRACEPOINT_EVENT_CLASS
This page took 0.025148 seconds and 4 git commands to generate.