From c12c222d10ba432396376f1a2b89c0f4fa261066 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Tue, 14 Feb 2023 08:27:00 +0000 Subject: Fix scmi(4) entry. --- sys/dev/fdt/files.fdt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index ec9baadffb1..f1dfa0eda7a 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.178 2023/02/13 19:26:15 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.179 2023/02/14 08:26:59 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -198,7 +198,7 @@ file dev/fdt/psci.c psci needs-flag # ARM System Control and Management Interface device scmi attach scmi at fdt -file dev/fdt/scmi.c +file dev/fdt/scmi.c scmi attach virtio at fdt with virtio_mmio file dev/fdt/virtio_mmio.c virtio_mmio -- cgit v1.2.3