diff options
Diffstat (limited to 'arch/x86/machine/boot.c')
-rw-r--r-- | arch/x86/machine/boot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/machine/boot.c b/arch/x86/machine/boot.c index f62ad09b..0ffbe8d1 100644 --- a/arch/x86/machine/boot.c +++ b/arch/x86/machine/boot.c @@ -492,7 +492,6 @@ boot_save_data(void) INIT_OP_DEFINE(boot_save_data, INIT_OP_DEP(kmem_setup, true), - INIT_OP_DEP(panic_setup, true), INIT_OP_DEP(vm_kmem_setup, true)); void __init |