x86: Replace ARCH_SETUP by a proper x86_init_ops
[pandora-kernel.git] / arch / x86 / kernel / paravirt.c
index d76bfbe..80275ef 100644 (file)
@@ -311,7 +311,6 @@ struct pv_info pv_info = {
 struct pv_init_ops pv_init_ops = {
        .patch = native_patch,
        .banner = default_banner,
-       .arch_setup = paravirt_nop,
 };
 
 struct pv_time_ops pv_time_ops = {