aboutsummaryrefslogtreecommitdiffstats
path: root/litmus/ft_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'litmus/ft_event.c')
-rw-r--r--litmus/ft_event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/ft_event.c b/litmus/ft_event.c
index 6084b6d6b364..58124fe0ad90 100644
--- a/litmus/ft_event.c
+++ b/litmus/ft_event.c
@@ -2,7 +2,7 @@
2 2
3#include <litmus/feather_trace.h> 3#include <litmus/feather_trace.h>
4 4
5#ifndef __ARCH_HAS_FEATHER_TRACE 5#ifndef CONFIG_ARCH_HAS_FEATHER_TRACE
6/* provide dummy implementation */ 6/* provide dummy implementation */
7 7
8int ft_events[MAX_EVENTS]; 8int ft_events[MAX_EVENTS];