Linux Kernel Markers - Architecture Independent Code Remove ifdef kernel

Remove #ifdef __KERNEL__ in marker.h.

Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
---
 include/linux/marker.h |    3 ---
 1 file changed, 3 deletions(-)

Index: linux-2.6-lttng/include/linux/marker.h
===================================================================
--- linux-2.6-lttng.orig/include/linux/marker.h 2007-07-15 19:17:05.000000000 
-0400
+++ linux-2.6-lttng/include/linux/marker.h      2007-07-15 19:17:28.000000000 
-0400
@@ -12,8 +12,6 @@
  * See the file COPYING for more details.
  */
 
-#ifdef __KERNEL__
-
 #include <linux/immediate.h>
 #include <linux/types.h>
 
@@ -132,5 +130,4 @@ extern struct __mark_marker *marker_get_
 extern void marker_release(struct __mark_marker *iter);
 extern void *marker_get_pdata(const char *name);
 
-#endif /* __KERNEL__ */
 #endif
-- 
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to