stand/kboot: Remove _end forward decl

We don't need/use it.

Sponsored by:		Netflix
This commit is contained in:
Warner Losh
2025-05-26 09:13:04 -06:00
parent 26178196de
commit 8cf4ac0c21
-1
View File
@@ -52,7 +52,6 @@ struct arch_switch archsw = {
.arch_autoload = kboot_autoload,
.arch_zfs_probe = kboot_zfs_probe,
};
extern void *_end;
extern int command_fdt_internal(int argc, char *argv[]);