[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070715234350.GK22428@Krystal>
Date: Sun, 15 Jul 2007 19:43:50 -0400
From: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
To: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org
Cc: Christoph Hellwig <hch@...radead.org>
Subject: [PATCH] Linux Kernel Markers - Architecture Independent Code Remove ifdef KERNEL
Linux Kernel Markers - Architecture Independent Code Remove ifdef kernel
Remove #ifdef __KERNEL__ in marker.h.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
CC: hch@...radead.org
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists