summaryrefslogtreecommitdiff
path: root/kern/thread_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread_i.h')
-rw-r--r--kern/thread_i.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/kern/thread_i.h b/kern/thread_i.h
index 066e6b7..9c24d3a 100644
--- a/kern/thread_i.h
+++ b/kern/thread_i.h
@@ -24,6 +24,7 @@
#include <kern/atomic.h>
#include <kern/cpumap.h>
#include <kern/list_types.h>
+#include <kern/perfmon_types.h>
#include <kern/rcu_types.h>
#include <kern/spinlock_types.h>
#include <kern/turnstile_types.h>
@@ -74,10 +75,6 @@ struct thread_fs_data {
unsigned short work;
};
-#ifdef CONFIG_PERFMON
-struct perfmon_grouplist;
-#endif
-
/*
* Maximum number of thread-specific data keys.
*/