summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorrin <rin@NetBSD.org>2023-06-17 11:24:20 +0000
committerrin <rin@NetBSD.org>2023-06-17 11:24:20 +0000
commit3dbece4a7cf3a51710e04d2613a2c02271bb0d85 (patch)
tree7be7669c6a057efe0014e560ce13fbf714befca3 /sys/arch
parent73de25b73c8f4ae080b8823868cc08a94c4c7dd8 (diff)
Missing #endif for the previous...
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/evbarm/nslu2/nslu2_machdep.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/evbarm/nslu2/nslu2_machdep.c b/sys/arch/evbarm/nslu2/nslu2_machdep.c
index 45bafc8aae1..8fc0f8ea04a 100644
--- a/sys/arch/evbarm/nslu2/nslu2_machdep.c
+++ b/sys/arch/evbarm/nslu2/nslu2_machdep.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nslu2_machdep.c,v 1.38 2023/06/17 11:22:20 rin Exp $ */
+/* $NetBSD: nslu2_machdep.c,v 1.39 2023/06/17 11:24:20 rin Exp $ */
/*-
* Copyright (c) 2006 The NetBSD Foundation, Inc.
@@ -94,7 +94,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.38 2023/06/17 11:22:20 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nslu2_machdep.c,v 1.39 2023/06/17 11:24:20 rin Exp $");
#include "opt_arm_debug.h"
#include "opt_console.h"
@@ -391,6 +391,7 @@ static const struct pmap_devmap nslu2_devmap[] = {
NSLU2_FLASH_HWBASE,
NSLU2_FLASH_SIZE
),
+#endif
DEVMAP_ENTRY_END
};