X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=share%2Fkernelcompat.h;h=3c23ac99477b8d95e4c367b59f58d7c95daf4834;hb=4268fdcdcb96f72e945f52b9f94f6ad841e297c9;hp=c03b4086880c8ff2cd9a9f1dde973b4935c350a9;hpb=9160b4e4541d3a6010e4e671ee5deb3ea89f4211;p=ust.git diff --git a/share/kernelcompat.h b/share/kernelcompat.h index c03b408..3c23ac9 100644 --- a/share/kernelcompat.h +++ b/share/kernelcompat.h @@ -188,14 +188,4 @@ static inline u32 trace_clock_freq_scale(void) } -/* LISTS */ - -#define list_add_rcu list_add -#define list_for_each_entry_rcu list_for_each_entry - - -#define EXPORT_SYMBOL_GPL(a) /*nothing*/ - -#define smp_processor_id() (-1) - #endif /* KERNELCOMPAT_H */