aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/livepatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/livepatch.h')
-rw-r--r--include/linux/livepatch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h
index f14c6fb262b4..95023fd8b00d 100644
--- a/include/linux/livepatch.h
+++ b/include/linux/livepatch.h
@@ -24,7 +24,7 @@
24#include <linux/module.h> 24#include <linux/module.h>
25#include <linux/ftrace.h> 25#include <linux/ftrace.h>
26 26
27#if IS_ENABLED(CONFIG_LIVE_PATCHING) 27#if IS_ENABLED(CONFIG_LIVEPATCH)
28 28
29#include <asm/livepatch.h> 29#include <asm/livepatch.h>
30 30
@@ -128,6 +128,6 @@ extern int klp_unregister_patch(struct klp_patch *);
128extern int klp_enable_patch(struct klp_patch *); 128extern int klp_enable_patch(struct klp_patch *);
129extern int klp_disable_patch(struct klp_patch *); 129extern int klp_disable_patch(struct klp_patch *);
130 130
131#endif /* CONFIG_LIVE_PATCHING */ 131#endif /* CONFIG_LIVEPATCH */
132 132
133#endif /* _LINUX_LIVEPATCH_H_ */ 133#endif /* _LINUX_LIVEPATCH_H_ */