diff --git a/stand/kboot/kboot/arch/aarch64/exec.c b/stand/kboot/kboot/arch/aarch64/exec.c index 59ca4b67a4a..bbb97cc2097 100644 --- a/stand/kboot/kboot/arch/aarch64/exec.c +++ b/stand/kboot/kboot/arch/aarch64/exec.c @@ -290,4 +290,3 @@ elf64_obj_exec(struct preloaded_file *fp) fp->f_name); return (ENOSYS); } -