kmod/core: remove obsolete kpatch_rela struct

This commit is contained in:
Josh Poimboeuf 2014-03-14 11:22:54 -05:00
parent b81e2d607b
commit 5f243c9db1
1 changed files with 0 additions and 6 deletions

View File

@ -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;