aboutsummaryrefslogtreecommitdiff
path: root/include/linux/marker.h
diff options
context:
space:
mode:
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>2011-03-16 19:05:28 -0400
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>2011-03-16 19:05:28 -0400
commit3a02c6ddd4afa3dd49a25da0ab6d93b8a0861ada (patch)
tree8b55525e427ae00c3ad11094c5c2bad800ae9642 /include/linux/marker.h
parent6a6acc251d269eff282b315017870df515ad6aa8 (diff)
lttng-relay-refactoring
LTTng relay refactoring - Change design to inheritance for channels and buffers. - Eliminate structure duplication for locking/allocation level of buffer and channel. - Remove now unnecessary krefs. - Fix cpu hotplug for timers. - Cleanups Impact: - Cleaner code - Smaller d-cache footprint - Complete license change for LTTng parts re-usable for userspace tracing to dual-license LGPL v2.1 / GPL v2. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Diffstat (limited to 'include/linux/marker.h')
-rw-r--r--include/linux/marker.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/marker.h b/include/linux/marker.h
index debfe9a3437..c92a3699b7e 100644
--- a/include/linux/marker.h
+++ b/include/linux/marker.h
@@ -15,7 +15,6 @@
#include <stdarg.h>
#include <linux/types.h>
#include <linux/immediate.h>
-#include <linux/ltt-channels.h>
struct module;
struct marker;