cleanups
[ust.git] / share / kernelcompat.h
index 63964888e6de5f93850e230ea899d047d0c75d6b..3c23ac99477b8d95e4c367b59f58d7c95daf4834 100644 (file)
@@ -1,10 +1,9 @@
 #ifndef KERNELCOMPAT_H
 #define KERNELCOMPAT_H
 
+#include <compiler.h>
 #include <kcompat.h>
 
-#include "compiler.h"
-
 #include <string.h>
 #include <sys/time.h>
 
@@ -189,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 */
This page took 0.022452 seconds and 4 git commands to generate.