aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/ft_event.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/ft_event.c')
-rw-r--r--arch/x86/kernel/ft_event.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/ft_event.c b/arch/x86/kernel/ft_event.c
index e07ee30dfff9..da9b3ccb7259 100644
--- a/arch/x86/kernel/ft_event.c
+++ b/arch/x86/kernel/ft_event.c
@@ -2,7 +2,6 @@
2 2
3#include <litmus/feather_trace.h> 3#include <litmus/feather_trace.h>
4 4
5#ifdef __ARCH_HAS_FEATHER_TRACE
6/* the feather trace management functions assume 5/* the feather trace management functions assume
7 * exclusive access to the event table 6 * exclusive access to the event table
8 */ 7 */
@@ -107,6 +106,3 @@ int ft_is_event_enabled(unsigned long id)
107 } 106 }
108 return 0; 107 return 0;
109} 108}
110
111#endif
112