diff options
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 12ea09ec39b5..a924caa168dd 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -839,8 +839,6 @@ static const struct pv_info xen_info __initdata = { | |||
839 | 839 | ||
840 | static const struct pv_init_ops xen_init_ops __initdata = { | 840 | static const struct pv_init_ops xen_init_ops __initdata = { |
841 | .patch = xen_patch, | 841 | .patch = xen_patch, |
842 | |||
843 | .post_allocator_init = xen_post_allocator_init, | ||
844 | }; | 842 | }; |
845 | 843 | ||
846 | static const struct pv_time_ops xen_time_ops __initdata = { | 844 | static const struct pv_time_ops xen_time_ops __initdata = { |