Merge branch 'for-4.1/core-noarch' into for-linus
This commit is contained in:
commit
bcf5d54589
3 changed files with 23 additions and 58 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue