summaryrefslogtreecommitdiff
path: root/sys/arch/arm64/include
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-12-05 05:27:27 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-12-05 05:27:27 +0000
commitae66209a5f95a0d27b983386c505e7b504137d0b (patch)
treecf6d0786ed6b9289112f4bf5f04c83955d8877c2 /sys/arch/arm64/include
parent7b986fce83c3484770a5445f765a9e97711c2df9 (diff)
boot_file was removed in arm64 machdep.c rev 1.55
Diffstat (limited to 'sys/arch/arm64/include')
-rw-r--r--sys/arch/arm64/include/bootconfig.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm64/include/bootconfig.h b/sys/arch/arm64/include/bootconfig.h
index b47defd59c0..071b9306937 100644
--- a/sys/arch/arm64/include/bootconfig.h
+++ b/sys/arch/arm64/include/bootconfig.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bootconfig.h,v 1.3 2018/05/28 19:39:15 kettenis Exp $ */
+/* $OpenBSD: bootconfig.h,v 1.4 2023/12/05 05:27:26 jsg Exp $ */
/* $NetBSD: bootconfig.h,v 1.2 2001/06/21 22:08:28 chris Exp $ */
/*-
@@ -44,6 +44,4 @@ struct arm64_bootparams {
void initarm(struct arm64_bootparams *);
-extern char *boot_file;
-
#endif /* _MACHINE_BOOTCONFIG_H_ */