mirror of https://github.com/dynup/kpatch
kmod/core: remove obsolete kpatch_rela struct
This commit is contained in:
parent
b81e2d607b
commit
5f243c9db1
|
@ -32,12 +32,6 @@ struct kpatch_func {
|
||||||
struct module *mod;
|
struct module *mod;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct kpatch_rela {
|
|
||||||
unsigned long dest;
|
|
||||||
unsigned long src;
|
|
||||||
unsigned long type;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct kpatch_patch {
|
struct kpatch_patch {
|
||||||
unsigned long new;
|
unsigned long new;
|
||||||
unsigned long orig;
|
unsigned long orig;
|
||||||
|
|
Loading…
Reference in New Issue