summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2015-04-13 21:57:20 (GMT)
committerJiri Kosina <jkosina@suse.cz>2015-04-13 21:57:20 (GMT)
commitbcf5d545890e9f7414341c572337ce58cba00a32 (patch)
tree962e6d5c744b0029534535efb6d3fcf6a8906a1f /include
parent8cb2c2dc472775479a1a7e78180955f6f1cb0b0a (diff)
parent2e3ac940f2754d7dc616aba1643a668954fe892f (diff)
downloadlinux-bcf5d545890e9f7414341c572337ce58cba00a32.tar.xz
Merge branch 'for-4.1/core-noarch' into for-linus
Diffstat (limited to 'include')
-rw-r--r--include/linux/livepatch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/linux/livepatch.h b/include/linux/livepatch.h
index 95023fd..ee6dbb3 100644
--- a/include/linux/livepatch.h
+++ b/include/linux/livepatch.h
@@ -123,10 +123,10 @@ struct klp_patch {
enum klp_state state;
};
-extern int klp_register_patch(struct klp_patch *);
-extern int klp_unregister_patch(struct klp_patch *);
-extern int klp_enable_patch(struct klp_patch *);
-extern int klp_disable_patch(struct klp_patch *);
+int klp_register_patch(struct klp_patch *);
+int klp_unregister_patch(struct klp_patch *);
+int klp_enable_patch(struct klp_patch *);
+int klp_disable_patch(struct klp_patch *);
#endif /* CONFIG_LIVEPATCH */