From 27b052e353653e0e0e2ab72217bcbab5aff237c2 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 8 Dec 2009 14:34:47 -0500 Subject: [PATCH] tracepoint.h: fix header macro name --- include/ust/tracepoint.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index b0ccbad..908d5ab 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -1,5 +1,5 @@ -#ifndef _LINUX_TRACEPOINT_H -#define _LINUX_TRACEPOINT_H +#ifndef _UST_TRACEPOINT_H +#define _UST_TRACEPOINT_H /* * Copyright (C) 2008 Mathieu Desnoyers @@ -210,4 +210,4 @@ extern int tracepoint_register_lib(struct tracepoint *tracepoints_start, (((long)__stop___tracepoints)-((long)__start___tracepoints))/sizeof(struct tracepoint)); \ } -#endif +#endif /* _UST_TRACEPOINT_H */ -- 2.34.1