diff options
Diffstat (limited to 'kernel/livepatch/core.h')
-rw-r--r-- | kernel/livepatch/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/livepatch/core.h b/kernel/livepatch/core.h index f6a853adcc00..e6200f38701f 100644 --- a/kernel/livepatch/core.h +++ b/kernel/livepatch/core.h | |||
@@ -9,6 +9,7 @@ extern struct list_head klp_patches; | |||
9 | 9 | ||
10 | void klp_free_patch_start(struct klp_patch *patch); | 10 | void klp_free_patch_start(struct klp_patch *patch); |
11 | void klp_discard_replaced_patches(struct klp_patch *new_patch); | 11 | void klp_discard_replaced_patches(struct klp_patch *new_patch); |
12 | void klp_discard_nops(struct klp_patch *new_patch); | ||
12 | 13 | ||
13 | static inline bool klp_is_object_loaded(struct klp_object *obj) | 14 | static inline bool klp_is_object_loaded(struct klp_object *obj) |
14 | { | 15 | { |