stand/kboot: Remove _end forward decl
We don't need/use it. Sponsored by: Netflix
This commit is contained in:
@@ -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[]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user