aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/psi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/psi.h')
-rw-r--r--include/linux/psi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/psi.h b/include/linux/psi.h
index 8e0725aac0aa..7006008d5b72 100644
--- a/include/linux/psi.h
+++ b/include/linux/psi.h
@@ -1,6 +1,7 @@
#ifndef _LINUX_PSI_H
#define _LINUX_PSI_H
+#include <linux/jump_label.h>
#include <linux/psi_types.h>
#include <linux/sched.h>
@@ -9,7 +10,7 @@ struct css_set;
#ifdef CONFIG_PSI
-extern bool psi_disabled;
+extern struct static_key_false psi_disabled;
void psi_init(void);