Merge branch 'for-4.1/core-noarch' into for-linus

This commit is contained in:
Jiri Kosina 2015-04-13 23:57:20 +02:00
commit bcf5d54589
3 changed files with 23 additions and 58 deletions

View file

@ -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 */