aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/livepatch.h
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2016-03-06 22:20:25 +0100
committerJiri Kosina <jkosina@suse.cz>2016-03-06 22:22:10 +0100
commit335e073faacc9d90bee1527fa2550d6df045df63 (patch)
treec44b7f6a74eb0b51c79e8d30a196051d443cd728 /include/linux/livepatch.h
parentklp: remove superfluous errors in asm/livepatch.h (diff)
downloadwireguard-linux-335e073faacc9d90bee1527fa2550d6df045df63.tar.xz
wireguard-linux-335e073faacc9d90bee1527fa2550d6df045df63.zip
klp: remove CONFIG_LIVEPATCH dependency from klp headers
There is no need for livepatch.h (generic and arch-specific) to depend on CONFIG_LIVEPATCH. Remove that superfluous dependency. Reported-by: Josh Poimboeuf <jpoimboe@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/livepatch.h')
-rw-r--r--include/linux/livepatch.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h
index a8828652f794..c05679701e10 100644
--- a/include/linux/livepatch.h
+++ b/include/linux/livepatch.h
@@ -24,8 +24,6 @@
#include <linux/module.h>
#include <linux/ftrace.h>
-#if IS_ENABLED(CONFIG_LIVEPATCH)
-
#include <asm/livepatch.h>
enum klp_state {
@@ -134,6 +132,4 @@ int klp_unregister_patch(struct klp_patch *);
int klp_enable_patch(struct klp_patch *);
int klp_disable_patch(struct klp_patch *);
-#endif /* CONFIG_LIVEPATCH */
-
#endif /* _LINUX_LIVEPATCH_H_ */